Problem doll_noi
User highdelao
Submission Time 2025-02-21 07:44:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

doll_noi.cpp: In function ‘int main()’:
doll_noi.cpp:29:40: error: expected ‘}’ at end of input
29 | int current = minHeap.top();
| ^
doll_noi.cpp:28:34: note: to match this ‘{’
28 | while (!minHeap.empty()) {
| ^
doll_noi.cpp:29:40: error: expected ‘}’ at end of input
29 | int current = minHeap.top();
| ^
doll_noi.cpp:19:33: note: to match this ‘{’
19 | for (int i = 0; i < n; ++i) {
| ^
doll_noi.cpp:29:40: error: expected ‘}’ at end of input
29 | int current = minHeap.top();
| ^
doll_noi.cpp:8:12: note: to match this ‘{’
8 | int main() {
| ^