Problem sumint
User AdwinLau
Submission Time 2024-04-05 16:05:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:15:16: error: expected ‘;’ before ‘cout’
15 | while (i < d)
| ^
| ;
16 |
17 | cout << s;
| ~~~~