Problem | gcd |
---|---|
User | JK13 |
Submission Time | 2023-11-09 13:38:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int32_t main()’:
gcd.cpp:14:23: error: expected ‘}’ at end of input
14 | cout << __gcd(A,B);
| ^
gcd.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^