Problem gcd
User 2Princes1Lance
Submission Time 2023-11-23 10:07:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:19:13: error: expected ‘;’ before ‘}’ token
19 | cout << GCD
| ^
| ;
20 | }
| ~