Problem D

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