Problem lunchbox
User nzx
Submission Time 2025-08-12 13:39:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:2: error: ‘pq’ was not declared in this scope
11 | pq<int> vt;
| ^~
lunchbox.cpp:11:5: error: expected primary-expression before ‘int’
11 | pq<int> vt;
| ^~~
lunchbox.cpp:13:51: error: ‘vt’ was not declared in this scope
13 | int x; cin>>djflkafdjlfsajkfjdlkfajkdjlkjjlkdf; vt.push_back(djflkafdjlfsajkfjdlkfajkdjlkjjlkdf);
| ^~
lunchbox.cpp:16:22: error: ‘vt’ was not declared in this scope
16 | for (int i = 0; i < vt.size(); i++){
| ^~