Problem | addition |
---|---|
User | matt |
Submission Time | 2024-01-06 15:48:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:5:9: error: ‘a’ was not declared in this scope
5 | int add(a,b){
| ^
addition.cpp:5:11: error: ‘b’ was not declared in this scope
5 | int add(a,b){
| ^
addition.cpp:5:12: error: expression list treated as compound expression in initializer [-fpermissive]
5 | int add(a,b){
| ^