| Problem | itinerary |
|---|---|
| User | JoshJuice |
| Submission Time | 2025-10-15 08:28:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
itinerary.cpp: In function ‘void dfs(int, int, int)’:
itinerary.cpp:31:16: error: ‘adj’ was not declared in this scope
31 | for (int u : adj[v]) if (u != p) {
| ^~~
itinerary.cpp: In function ‘void fid(int)’:
itinerary.cpp:77:16: error: ‘adj’ was not declared in this scope
77 | for (int u : adj[v]) {
| ^~~
itinerary.cpp: In function ‘int main()’:
itinerary.cpp:96:5: error: ‘adj’ was not declared in this scope
96 | adj[u].pb(v);
| ^~~