| Problem | descsort |
|---|---|
| User | HOK |
| Submission Time | 2026-02-28 10:59:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
descsort.cpp: In function ‘int main()’:
descsort.cpp:14:11: error: expected ‘;’ before ‘:’ token
14 | pq.pop():
| ^
| ;
descsort.cpp:15:2: error: expected ‘}’ at end of input
15 | }
| ^
descsort.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^