Problem E

Statement
Copy Copied
Given two integers a and b, output their greatest common divisor.
Input: a b
Output: gcd(a, b)