Problem | addition |
---|---|
User | blob |
Submission Time | 2023-11-08 10:25:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:3:10: error: cannot declare ‘::main’ to be a global variable
3 | int main(a,b){
| ^
addition.cpp:3:10: error: ‘a’ was not declared in this scope
addition.cpp:3:12: error: ‘b’ was not declared in this scope
3 | int main(a,b){
| ^
addition.cpp:3:13: error: expression list treated as compound expression in initializer [-fpermissive]
3 | int main(a,b){
| ^