Problem retrenchment
User yq
Submission Time 2026-06-25 10:11:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

retrenchment.cpp: In function ‘int main()’:
retrenchment.cpp:8:12: error: expected primary-expression before ‘;’ token
8 | if(N > 1;;) {
| ^
retrenchment.cpp:8:12: error: expected ‘)’ before ‘;’ token
8 | if(N > 1;;) {
| ~ ^
| )
retrenchment.cpp:8:13: error: expected primary-expression before ‘)’ token
8 | if(N > 1;;) {
| ^