Problem sumint
User Evoi
Submission Time 2023-01-10 19:53:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:8: error: expected initializer before ‘==’ token
6 | int c == 0;
| ^~
sumint.cpp:12:3: error: ‘c’ was not declared in this scope
12 | c = b + c;
| ^
sumint.cpp:14:10: error: ‘c’ was not declared in this scope
14 | cout << c;
| ^