Problem sumint
User minmin19
Submission Time 2024-07-11 22:39:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:14:15: error: stray ‘\’ in program
14 | cont << total\n;
| ^
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:3: error: ‘total’ was not declared in this scope
12 | total += meow;
| ^~~~~
sumint.cpp:14:2: error: ‘cont’ was not declared in this scope
14 | cont << total\n;
| ^~~~
sumint.cpp:14:10: error: ‘total’ was not declared in this scope
14 | cont << total\n;
| ^~~~~