Problem addition
User foo
Submission Time 2023-02-14 22:05:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:1:9: error: ‘a’ was not declared in this scope
1 | int add(a,b){
| ^
addition.cpp:1:11: error: ‘b’ was not declared in this scope
1 | int add(a,b){
| ^
addition.cpp:1:12: error: expression list treated as compound expression in initializer [-fpermissive]
1 | int add(a,b){
| ^