Problem | party |
---|---|
User | ensonchew |
Submission Time | 2025-10-01 10:30:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party.cpp: In function ‘int main()’:
party.cpp:10:2: error: expected ‘,’ or ‘;’ before ‘for’
10 | for(int i = 0; i < M; i++){
| ^~~
party.cpp:10:17: error: ‘i’ was not declared in this scope
10 | for(int i = 0; i < M; i++){
| ^
party.cpp:17:6: error: ‘class std::priority_queue<int>’ has no member named ‘push_back’
17 | pq.push_back(adjlist[1][i]+1);
| ^~~~~~~~~