Problem gcd
User Hytoh
Submission Time 2023-04-17 07:19:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:8:29: error: expected ‘}’ at end of input
8 | cout << __gcd(a, b) << endl;
| ^
gcd.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^