Hide
Problem A
Euclid's Algorithm
Accepted submissions to this problem will be granted a score of 10
You are given positive integers
Input
The first and only line of input contains positive integers
Output
Print the greatest common divisor of
Sample Input 1 | Sample Output 1 |
---|---|
49 91 |
7 |