| Problem | guessqueue |
|---|---|
| User | caleb |
| Submission Time | 2024-05-26 10:21:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
guessqueue.cpp: In function ‘int main()’:
guessqueue.cpp:16:82: error: expected ‘)’ before ‘pq’
16 | if (pq.top() == (Narr[i].second) and ispq == 1) {pq.pop();} else if (ispq == 1 pq.size() == 0) {cout<<"unsure"; return 0;} else {ispq = 0;}
| ~ ^~~
| )