| Problem | catlunch |
|---|---|
| User | justin271828 |
| Submission Time | 2023-06-14 12:16:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:26:15: error: expected ‘;’ before ‘pq’
26 | maxi.push(a)
| ^
| ;
27 | pq.pop();
| ~~