| Problem | installingapps_ex |
|---|---|
| User | YH |
| Submission Time | 2025-12-09 13:47:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
installingapps_ex.cpp: In function ‘void solve()’:
installingapps_ex.cpp:89:26: error: expected ‘;’ before ‘}’ token
89 | space_used += s[idx];1
| ^
| ;
90 | }
| ~