Problem gcd
User jwsk0
Submission Time 2025-10-25 15:20:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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