Problem gcd
User HighLithop
Submission Time 2024-10-03 20:55:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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