Problem lunchbox
User Mashulyong
Submission Time 2023-03-23 21:40:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
lunchbox.cpp:3:1: error: ‘priority_queue’ does not name a type
3 | priority_queue<int>pq;
| ^~~~~~~~~~~~~~
lunchbox.cpp:5:1: error: ‘int32_t’ does not name a type
5 | int32_t main(){
| ^~~~~~~