Problem mrt
User louisleehi
Submission Time 2022-12-26 12:10:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt.cpp: In function ‘int main()’:
mrt.cpp:14:38: error: ‘INF’ was not declared in this scope
14 | arr[i][j] = i == j ? 0 : INF;
| ^~~
mrt.cpp:29:31: error: ‘INF’ was not declared in this scope
29 | cout << (arr[a][b] == INF ? -1 : arr[a][b]) << endl;
| ^~~