Problem addition
User alettuce
Submission Time 2024-02-16 19:49:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:10: error: expected ‘;’ before ‘int’
7 | cin >> a
| ^
| ;
8 | int b;
| ~~~
addition.cpp:9:9: error: ‘b’ was not declared in this scope
9 | cin >> b
| ^
addition.cpp:11:16: error: ‘c’ was not declared in this scope
11 | std:: cout << c;
| ^