Problem | gcd |
---|---|
User | braven |
Submission Time | 2024-01-19 22:41:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gcd.cpp:5:10: error: variable or field ‘gcd’ declared void
5 | void gcd(a,b) {
| ^
gcd.cpp:5:10: error: ‘a’ was not declared in this scope
gcd.cpp:5:12: error: ‘b’ was not declared in this scope
5 | void gcd(a,b) {
| ^