Problem sightseeing
User ilikeeggs
Submission Time 2026-02-21 03:12:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sightseeing.cpp:8:7: error: expected unqualified-id before ‘<<’ token
8 | vector<<pair<int,int>> mst[5000005];
| ^~
sightseeing.cpp: In function ‘void dfs(int, int)’:
sightseeing.cpp:38:19: error: ‘mst’ was not declared in this scope
38 | for(auto [v,w] : mst[n]){
| ^~~
sightseeing.cpp: In function ‘int32_t main()’:
sightseeing.cpp:69:4: error: ‘mst’ was not declared in this scope
69 | mst[U].push_back({V,W});
| ^~~