Problem addition
User Renee10
Submission Time 2024-06-24 14:11:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: ‘var’ was not declared in this scope
5 | var a = int
| ^~~
addition.cpp:8:2: error: ‘b’ was not declared in this scope
8 | b = 6;
| ^
addition.cpp:10:9: error: ‘a’ was not declared in this scope
10 | return a + b;
| ^