Problem sumint
User midtthew
Submission Time 2026-07-11 14:07:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:6:10: error: expected ‘;’ before ‘while’
6 | cout << n
| ^
| ;
7 | while (n!=1){
| ~~~~~