Problem | mrt |
---|---|
User | HighLithop |
Submission Time | 2025-08-25 10:46:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mrt.cpp:9:14: error: ‘ll’ was not declared in this scope
9 | typedef pair<ll, ll> pll;
| ^~
mrt.cpp:9:18: error: ‘ll’ was not declared in this scope
9 | typedef pair<ll, ll> pll;
| ^~
mrt.cpp:9:20: error: template argument 1 is invalid
9 | typedef pair<ll, ll> pll;
| ^
mrt.cpp:9:20: error: template argument 2 is invalid
mrt.cpp: In function ‘std::vector<std::vector<long long int> > floyd(std::vector<std::vector<int> >)’:
mrt.cpp:24:31: error: request for member ‘first’ in ‘neighbour’, which is of non-class type ‘int’
24 | dist[i][neighbour.first] = neighbour.second; // adj list is i -> neighbour, dist[from][to]
| ^~~~~
mrt.cpp:24:50: error: request for member ‘second’ in ‘neighbour’, which is of non-class type ‘int’
24 | dist[i][neighbour.first] = neighbo