| Problem | retrenchment |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-25 10:02:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
retrenchment.cpp: In function ‘int main()’:
retrenchment.cpp:7:20: error: expected ‘;’ before ‘while’
7 | int ans; cin>>ans
| ^
| ;
8 | while (n>0) {
| ~~~~~