Problem brick
User itchydeez
Submission Time 2023-11-20 20:48:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:5:2: error: ‘prority_queue’ was not declared in this scope
5 | prority_queue <int>pq;
| ^~~~~~~~~~~~~
brick.cpp:5:17: error: expected primary-expression before ‘int’
5 | prority_queue <int>pq;
| ^~~
brick.cpp:9:3: error: ‘pq’ was not declared in this scope
9 | pq.push(a);
| ^~
brick.cpp:12:9: error: ‘pq’ was not declared in this scope
12 | cout<<pq.top();
| ^~