Problem gcd
User SuspiciousAmogus
Submission Time 2023-01-06 21:28:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gcd.cpp: In function ‘int main()’:
gcd.cpp:47:26: error: a function-definition is not allowed here before ‘{’ token
47 | long GCD(long a, long b) {
| ^
gcd.cpp:75:1: error: a function-definition is not allowed here before ‘{’ token
75 | {
| ^
gcd.cpp:94:1: error: expected ‘}’ at end of input
94 | }
| ^
gcd.cpp:30:1: note: to match this ‘{’
30 | {
| ^