| Problem | mrt |
|---|---|
| User | lxmine |
| Submission Time | 2026-08-01 11:20:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mrt.cpp:4:17: error: expected unqualified-id before numeric constant
4 | const long long 1e18 = INF;
| ^~~~
mrt.cpp: In function ‘int main()’:
mrt.cpp:22:26: error: ‘INF’ was not declared in this scope
22 | if (dist[mid][u] == INF) continue;
| ^~~
mrt.cpp:24:34: error: ‘INF’ was not declared in this scope
24 | if (dist[u][v] == INF) continue;
| ^~~
mrt.cpp:34:20: error: ‘INF’ was not declared in this scope
34 | if(dist[a][b] == INF){
| ^~~