| Problem | addition |
|---|---|
| User | ys |
| Submission Time | 2025-03-15 14:51:59 |
| 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) {
| ^