Problem | topical |
---|---|
User | haydendoo |
Submission Time | 2023-05-26 13:37:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:46:36: error: ‘pq’ was not declared in this scope
46 | while(!s[k].empty()) { auto itr=pq.top();
| ^~
topical.cpp:48:19: error: ‘fr’ was not declared in this scope; did you mean ‘r’?
48 | if(curr[i] >= fr) {
| ^~
| r