0_0_13927035_1851.cpp: In function 'void SPFA(int, int, int)':
0_0_13927035_1851.cpp:48:53: error: expected ')' before ';' token
if (c[next.x] > next.cost + c[now.x];)
^
0_0_13927035_1851.cpp:48:54: error: expected primary-expression before ')' token
if (c[next.x] > next.cost + c[now.x];)
^
|