Problem problematicjourney
User MagicHenry
Submission Time 2025-06-03 19:28:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

problematicjourney.cpp: In function ‘int main()’:
problematicjourney.cpp:12:16: error: request for member ‘push_back’ in ‘adj[a]’, which is of non-class type ‘int [(n + 1)]’
12 | adj[a].push_back({b,w});
| ^~~~~~~~~
problematicjourney.cpp:13:16: error: request for member ‘push_back’ in ‘adj[b]’, which is of non-class type ‘int [(n + 1)]’
13 | adj[b].push_back({a,w});
| ^~~~~~~~~
problematicjourney.cpp:30:29: error: request for member ‘first’ in ‘p’, which is of non-class type ‘int’
30 | int v=p.first, w=p.second;
| ^~~~~
problematicjourney.cpp:31:25: error: ‘w’ was not declared in this scope
31 | if (w>mid || dist[v] != -1) continue;
| ^