Problem gcd
User monke
Submission Time 2025-12-03 09:27:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:10:2: error: expected ‘}’ at end of input
10 | }
| ^
gcd.cpp:2:11: note: to match this ‘{’
2 | int main(){
| ^