| Problem | notebook |
|---|---|
| User | shoryu386 |
| Submission Time | 2023-05-27 23:24:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
notebook.cpp: In function ‘int main()’:
notebook.cpp:19:4: error: ‘class std::deque<long long int>’ has no member named ‘push’
19 | q.push(ending);
| ^~~~
notebook.cpp:25:38: error: ‘class std::deque<long long int>’ has no member named ‘push’
25 | if (dist[neigh] > dist[node]+1) q.push(neigh), dist[neigh] = dist[node]+1;
| ^~~~