0_0_20105366_8520.cpp: In function 'int adjkstra(int, int)':
0_0_20105366_8520.cpp:20:24: error: 'nRuntime' was not declared in this scope
for(int j=1;j<=nRuntime Error
^
0_0_20105366_8520.cpp:20:33: error: expected ';' before 'Error'
for(int j=1;j<=nRuntime Error
^
0_0_20105366_8520.cpp:21:2: error: 'ACCESS_VIOLATION' was not declared in this scope
(ACCESS_VIOLATION);j++)
^
0_0_20105366_8520.cpp:21:18: error: 'Error' was not declared in this scope
(ACCESS_VIOLATION);j++)
^
0_0_20105366_8520.cpp:21:19: error: expected ')' before ';' token
(ACCESS_VIOLATION);j++)
^
0_0_20105366_8520.cpp:21:20: error: 'j' was not declared in this scope
(ACCESS_VIOLATION);j++)
^
|