0_0_32020168_3490.cpp:9:2: error: expected unqualified-id before '<<' token
<<;
^
0_0_32020168_3490.cpp:11:11: error: 'NV' was not declared in this scope
bool vis[NV];
^
0_0_32020168_3490.cpp:12:11: error: 'NV' was not declared in this scope
int dist[NV];
^
0_0_32020168_3490.cpp:13:10: error: 'NV' was not declared in this scope
int aim[NV];
^
0_0_32020168_3490.cpp:23:8: error: 'NE' was not declared in this scope
}edge[NE];
^
0_0_32020168_3490.cpp:24:9: error: 'NV' was not declared in this scope
int eh[NV];
^
0_0_32020168_3490.cpp:26:2: error: expected unqualified-id before ')' token
)
^
|