Problem sumint
User Denzio321
Submission Time 2023-01-31 18:42:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:13:15: error: expected ‘}’ at end of input
13 | cout << total;
| ^
sumint.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^