Problem | bridge_apio15 |
---|---|
User | Pan |
Submission Time | 2024-05-20 16:54:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bridge_apio15.cpp: In member function ‘void medianheap::insert(ll)’:
bridge_apio15.cpp:49:24: error: continue statement not within a loop
49 | if (higher.empty()) continue;
| ^~~~~~~~