Problem retrenchment
User Arjunironman8
Submission Time 2026-06-25 09:45:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

retrenchment.cpp: In function ‘int main()’:
retrenchment.cpp:16:20: error: expected ‘)’ before ‘;’ token
16 | while (int i = 0; N > 0 ; i++) {
| ~ ^
| )
retrenchment.cpp:16:30: error: ‘i’ was not declared in this scope
16 | while (int i = 0; N > 0 ; i++) {
| ^