Problem sumint
User blob
Submission Time 2023-11-08 11:22:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:13: error: expected ‘;’ before ‘}’ token
8 | cout << i
| ^
| ;
9 | }
| ~