Problem sumint
User Krishh101
Submission Time 2025-11-03 14:45:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:14: error: expected ‘;’ before ‘while’
7 | cin.ignore()
| ^
| ;
8 | while (count > 0) {
| ~~~~~