| Problem | childsetter4 |
|---|---|
| User | StormyGood |
| Submission Time | 2025-06-25 22:08:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
childsetter4.cpp: In function ‘int main()’:
childsetter4.cpp:6:8: error: expected ‘;’ before ‘while’
6 | cin>>a
| ^
| ;
7 | while (a--)
| ~~~~~