Problem addition
User jasmine
Submission Time 2023-11-02 19:59:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:6:6: error: ‘a’ was not declared in this scope
6 | int(a, b, sum)
| ^
addition.cpp:6:9: error: ‘b’ was not declared in this scope
6 | int(a, b, sum)
| ^
addition.cpp:6:12: error: ‘sum’ was not declared in this scope
6 | int(a, b, sum)
| ^~~
addition.cpp:6:15: error: expression list treated as compound expression in functional cast [-fpermissive]
6 | int(a, b, sum)
| ^