Problem doll_noi
User wilson9304
Submission Time 2025-02-14 08:41:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:46:56: error: expected ‘;’ at end of input
46 | sub -= (it->second - it->first + 1) / 2
| ~^
| ;
doll_noi.cpp:46:55: error: expected ‘}’ at end of input
46 | sub -= (it->second - it->first + 1) / 2
| ^
doll_noi.cpp:45:37: note: to match this ‘{’
45 | } else if (merge_after) {
| ^
doll_noi.cpp:46:55: error: expected ‘}’ at end of input
46 | sub -= (it->second - it->first + 1) / 2
| ^
doll_noi.cpp:38:54: note: to match this ‘{’
38 | } else if (it->first != a && p->second != a) {
|