| Problem | digits2 |
|---|---|
| User | CoolBlue |
| Submission Time | 2026-03-06 22:22:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
digits2.cpp: In function ‘int main()’:
digits2.cpp:56:5: error: ‘prioirity_queue’ was not declared in this scope
56 | prioirity_queue<T> pq;
| ^~~~~~~~~~~~~~~
digits2.cpp:56:22: error: expected primary-expression before ‘>’ token
56 | prioirity_queue<T> pq;
| ^
digits2.cpp:56:24: error: ‘pq’ was not declared in this scope
56 | prioirity_queue<T> pq;
| ^~