Problem | rushing |
---|---|
User | Josh28acc2 |
Submission Time | 2023-12-29 14:34:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rushing.cpp: In function ‘void solve()’:
rushing.cpp:70:42: error: expected ‘;’ before ‘)’ token
70 | adjlist[t2].push_back(MP(t1, t3)));
| ^
| ;
rushing.cpp:78:16: error: expected ‘;’ before ‘if’
78 | pq.pop()
| ^
| ;
79 | if (cd!=dist[cn]) continue;
| ~~