| Problem | platonic |
|---|---|
| User | Slayer |
| Submission Time | 2026-02-13 15:45:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:21:5: error: ‘priorty_queue’ was not declared in this scope
21 | priorty_queue<int> arr;
| ^~~~~~~~~~~~~
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> arr;
| ^~~
platonic.cpp:24:3: error: ‘arr’ was not declared in this scope
24 | arr.push(x);
| ^~~
platonic.cpp:26:13: error: ‘arr’ was not declared in this scope
26 | cout << arr.top();
| ^~~