Problem | doubletrouble |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-11 13:19:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
doubletrouble.cpp: In function ‘int main()’:
doubletrouble.cpp:22:23: error: expected ‘;’ before ‘pq’
22 | pq2.push(pq.top()*2)
| ^
| ;
23 | pq.pop();
| ~~