| Problem | runway |
|---|---|
| User | wtnetlegend |
| Submission Time | 2026-03-10 13:32:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
runway.cpp: In function ‘int main()’:
runway.cpp:19:5: error: ‘adj’ was not declared in this scope
19 | adj.resize(V+1);
| ^~~
runway.cpp:32:13: error: ‘bfs01’ was not declared in this scope
32 | if (bfs01(V, mid) > k){
| ^~~~~