0_0_25125293_28102.cpp: In function 'void spfa()':
0_0_25125293_28102.cpp:46:7: error: 'map' was not declared in this scope
if(map[temp][i]=-INF)continue;
^
0_0_25125293_28102.cpp:46:11: error: 'temp' was not declared in this scope
if(map[temp][i]=-INF)continue;
^
|