Problem | rblock |
---|---|
User | Potato3218 |
Submission Time | 2023-02-12 23:25:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
rblock.cpp: In function ‘long long int dijkstra_ex(edge)’:
rblock.cpp:47:26: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
47 | int res = dijkstra(1,n);
| ^
| yn
rblock.cpp: In function ‘int main()’:
rblock.cpp:62:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
62 | cin>>n>>m;
| ^
| yn
rblock.cpp:62:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
62 | cin>>n>>m;
| ^
| tm