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