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

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:15:15: error: expected ‘;’ before ‘cout’
15 | cin >> a >> b
| ^
| ;
16 | cout << getGCD(a, b)
| ~~~~