Problem | medianheap |
---|---|
User | Sheryanne |
Submission Time | 2024-10-16 16:41:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianheap.cpp:43:30: error: empty character constant
43 | for (ll u:result) print(u, '');
| ^~
medianheap.cpp: In function ‘int main()’:
medianheap.cpp:7:2: error: ‘ll’ was not declared in this scope
7 | ll med;
| ^~
medianheap.cpp:8:2: error: ‘piority_queue’ was not declared in this scope
8 | piority_queue<ll> lower;
| ^~~~~~~~~~~~~
medianheap.cpp:8:20: error: ‘lower’ was not declared in this scope; did you mean ‘tolower’?
8 | piority_queue<ll> lower;
| ^~~~~
| tolower
medianheap.cpp:9:19: error: expected primary-expression before ‘,’ token
9 | piority_queue<ll>, vector<ll>, greater<ll> > higher;
| ^
medianheap.cpp:9:30: error: template argument 2 is invalid
9 | piority_queue<ll>, vector<ll>, greater<ll> > higher;
|