0_0_20976391_23698.cpp:27:31: error: stray '#' in program
if (dist[j] < mn&¬e[j] == 0)
^
0_0_20976391_23698.cpp: In function 'void Dijk()':
0_0_20976391_23698.cpp:27:35: error: expected ')' before ';' token
if (dist[j] < mn&¬e[j] == 0)
^
0_0_20976391_23698.cpp:27:36: error: 'e' was not declared in this scope
if (dist[j] < mn&¬e[j] == 0)
^
|