Problem gcd
User AliLam
Submission Time 2025-06-19 09:12:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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