Problem sumint
User blob
Submission Time 2023-11-08 13:51:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:14: error: expected ‘;’ before ‘}’ token
9 | cout << e++
| ^
| ;
10 | }
| ~