Problem | gcd |
---|---|
User | ndgsghdj |
Submission Time | 2025-04-16 08:59:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:5:9: error: ‘a’ was not declared in this scope
5 | int gcd(a, b)
| ^
gcd.cpp:5:12: error: ‘b’ was not declared in this scope
5 | int gcd(a, b)
| ^
gcd.cpp:5:13: error: expression list treated as compound expression in initializer [-fpermissive]
5 | int gcd(a, b)
| ^