Problem flip
User jeongwonho64
Submission Time 2023-12-02 13:55:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flip.cpp: In function ‘int main()’:
flip.cpp:183:16: error: expected ‘;’ before ‘while’
183 | pq.push({0,1})
| ^
| ;
184 | while(!pq.empty()){
| ~~~~~