Problem stickytape
User usernamehere
Submission Time 2024-07-28 09:00:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘int main()’:
stickytape.cpp:25:11: error: ‘class std::priority_queue<int>’ has no member named ‘insert’
25 | s.insert(a);
| ^~~~~~
stickytape.cpp:29:18: error: ‘class std::priority_queue<int>’ has no member named ‘front’
29 | int v1=s.front();
| ^~~~~
stickytape.cpp:32:18: error: ‘class std::priority_queue<int>’ has no member named ‘front’
32 | int v2=s.front();
| ^~~~~