Problem addition
User napstaper
Submission Time 2026-03-25 00:14:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:4:10: error: cannot declare ‘::main’ to be a global variable
4 | int main(a, b) {
| ^
addition.cpp:4:10: error: ‘a’ was not declared in this scope
addition.cpp:4:13: error: ‘b’ was not declared in this scope
4 | int main(a, b) {
| ^
addition.cpp:4:14: error: expression list treated as compound expression in initializer [-fpermissive]
4 | int main(a, b) {
| ^