Problem gcd
User aiden
Submission Time 2026-06-04 16:46:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:16:25: error: expected ‘;’ before ‘}’ token
16 | cout << getGCD(a, b)
| ^
| ;
17 | }
| ~