Problem B

Statement
Copy Copied
Problem B: GCD
Given two integers a and b, output their greatest common divisor.
Input: a b on a single line.
Output: gcd(a,b)