0_0_21662772_6719.cpp: In function 'void SPFA(int)':
0_0_21662772_6719.cpp:58:5: error: 'Dis' was not declared in this scope
Dis[source]=0,inque[source]=true;
^
0_0_21662772_6719.cpp:65:20: error: 'First' was not declared in this scope
for (int i=First[u]; i!=-1; i=Next[i])
^
0_0_21662772_6719.cpp:65:39: error: 'Next' was not declared in this scope
for (int i=First[u]; i!=-1; i=Next[i])
^
0_0_21662772_6719.cpp:67:21: error: 'V' was not declared in this scope
if (Dis[V[i]]>Dis[u]+W[i])
^
0_0_21662772_6719.cpp:67:34: error: 'W' was not declared in this scope
if (Dis[V[i]]>Dis[u]+W[i])
^
|