← Contest 692
Open on Codeforces ↗
Problem D
Statement
Copy
Copied
Given two integers x and y, output their greatest common divisor. Input: x y Output: gcd(x,y)
Language
C
C++
Java
Python 3
Go
Rust
Paste your solution
…or upload a file
Submit