| Problem | priorityqueue |
|---|---|
| User | chickengoat |
| Submission Time | 2026-01-20 07:49:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
priorityqueue.cpp: In function ‘int main()’:
priorityqueue.cpp:26:20: error: invalid type argument of unary ‘*’ (have ‘__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type’ {aka ‘long long int’})
26 | cout << *pq.top() << "\n";
| ^