| Problem | retrenchment |
|---|---|
| User | LABUBU |
| Submission Time | 2026-06-25 09:42:59 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
retrenchment.cpp: In function ‘int main()’:
retrenchment.cpp:10:14: error: expected ‘;’ before ‘cout’
10 | num_div += 1
| ^
| ;
11 | cout << num_div;
| ~~~~
retrenchment.cpp:11:16: error: expected ‘}’ at end of input
11 | cout << num_div;
| ^
retrenchment.cpp:8:17: note: to match this ‘{’
8 | while ( N != 0 ){
| ^
retrenchment.cpp:11:16: error: expected ‘}’ at end of input
11 | cout << num_div;
| ^
retrenchment.cpp:3:14: note: to match this ‘{’
3 | signed main(){
| ^