Problem | gcd |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-02-21 15:10:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:3:9: error: ‘a’ was not declared in this scope
3 | int gcd(a,b) {
| ^
gcd.cpp:3:11: error: ‘b’ was not declared in this scope
3 | int gcd(a,b) {
| ^
gcd.cpp:3:12: error: expression list treated as compound expression in initializer [-fpermissive]
3 | int gcd(a,b) {
| ^