| Problem | addictiontoworry |
|---|---|
| User | pasit |
| Submission Time | 2026-08-05 11:25:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addictiontoworry.cpp:5:15: error: ‘pii’ was not declared in this scope
5 | vector<vector<pii>> adj;
| ^~~
addictiontoworry.cpp:5:15: error: template argument 1 is invalid
addictiontoworry.cpp:5:15: error: template argument 2 is invalid
addictiontoworry.cpp:5:18: error: template argument 1 is invalid
5 | vector<vector<pii>> adj;
| ^~
addictiontoworry.cpp:5:18: error: template argument 2 is invalid
addictiontoworry.cpp: In function ‘void dfs(int, int)’:
addictiontoworry.cpp:8:27: error: invalid types ‘int[int]’ for array subscript
8 | for(auto [v,w] : adj[u]){
| ^
addictiontoworry.cpp: In function ‘int32_t main()’:
addictiontoworry.cpp:20:9: error: request for member ‘resize’ in ‘adj’, which is of non-class type ‘int’
20 | adj.resize(n+1);
| ^~~~~~
addictiontoworry.cpp:24:14: error: invalid types ‘int[in