Problem gcd
User Hengweezy
Submission Time 2024-01-31 16:18:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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