| Problem | addition |
|---|---|
| User | Hi1057 |
| Submission Time | 2025-06-26 21:30:16 |
| 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){
| ^