| Problem | platonic |
|---|---|
| User | Slayer |
| Submission Time | 2026-02-13 15:45:24 |
| 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(n);
| ^~~~~~~~~~~~~
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(n);
| ^~~
platonic.cpp:24:3: error: ‘arr’ was not declared in this scope
24 | arr.push(x);
| ^~~
platonic.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
platonic.cpp:18:15: note: to match this ‘{’
18 | signed main() {
| ^