0_0_33164993_16307.cpp: In function 'int bellman_ford(int, int)':
0_0_33164993_16307.cpp:29:30: error: expected primary-expression at end of input
if(dis[x] + w[j] >
^
0_0_33164993_16307.cpp:29:30: error: expected ')' at end of input
0_0_33164993_16307.cpp:29:30: error: expected statement at end of input
0_0_33164993_16307.cpp:29:30: error: expected '}' at end of input
0_0_33164993_16307.cpp:29:30: error: expected '}' at end of input
0_0_33164993_16307.cpp:29:30: error: expected '}' at end of input
|