| Problem | doll_noi |
|---|---|
| User | DaPeter |
| Submission Time | 2026-01-13 09:27:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:51:58: error: expected ‘}’ at end of input
51 | total = total - removed + (new_r - new_l + 1) / 2;
| ^
doll_noi.cpp:14:17: note: to match this ‘{’
14 | while (n--) {
| ^
doll_noi.cpp:51:58: error: expected ‘}’ at end of input
51 | total = total - removed + (new_r - new_l + 1) / 2;
| ^
doll_noi.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^