Problem platonic
User Slayer
Submission Time 2026-02-13 15:46:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp: In function ‘int main()’:
platonic.cpp:21:5: error: ‘priorty_queue’ was not declared in this scope
21 | priorty_queue<int> pq;
| ^~~~~~~~~~~~~
platonic.cpp:6:13: error: expected primary-expression before ‘long’
6 | #define int long long
| ^~~~
platonic.cpp:21:19: note: in expansion of macro ‘int’
21 | priorty_queue<int> pq;
| ^~~
platonic.cpp:24:3: error: ‘pq’ was not declared in this scope; did you mean ‘sq’?
24 | pq.push(x);
| ^~
| sq
platonic.cpp:26:13: error: ‘pq’ was not declared in this scope; did you mean ‘sq’?
26 | cout << pq.top();
| ^~
| sq