Problem | gcd |
---|---|
User | sussyimpasta |
Submission Time | 2025-04-17 01:29:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp: In function ‘int main()’:
gcd.cpp:9:3: error: ‘temp’ was not declared in this scope
9 | temp = b;
| ^~~~
gcd.cpp: At global scope:
gcd.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^