0_0_32770985_22810.cpp: In function 'int main()':
0_0_32770985_22810.cpp:30:36: error: 'INF' was not declared in this scope
int dis[100][100]; MT(dis, INF);
^
0_0_32770985_22810.cpp:30:39: error: 'MT' was not declared in this scope
int dis[100][100]; MT(dis, INF);
^
|