Problem addition
User yikai
Submission Time 2026-02-11 18:08:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:2:16: error: ‘a’ was not declared in this scope
2 | int add_number(a,b){
| ^
addition.cpp:2:18: error: ‘b’ was not declared in this scope
2 | int add_number(a,b){
| ^
addition.cpp:2:19: error: expression list treated as compound expression in initializer [-fpermissive]
2 | int add_number(a,b){
| ^