| Problem | graph |
|---|---|
| User | n1k1trh |
| Submission Time | 2025-12-16 13:58:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
graph.cpp: In function ‘void solve()’:
graph.cpp:64:29: error: ‘node’ was not declared in this scope
64 | if(!visited[node]){
| ^~~~
graph.cpp:65:25: error: redeclaration of ‘long long int node’
65 | int node = i.fi; int cost = i.se;
| ^~~~
graph.cpp:64:29: note: ‘<typeprefixerror>node’ previously declared here
64 | if(!visited[node]){
| ^~~~