0_0_35133441_1862.cpp:13:1: error: 'vector' does not name a type
vector<int> map[1010];
^
0_0_35133441_1862.cpp: In function 'void Dijkstra(int, int)':
0_0_35133441_1862.cpp:42:13: error: 'map' was not declared in this scope
for(i=0;i<map[v0].size();i++)
^
0_0_35133441_1862.cpp:55:15: error: 'map' was not declared in this scope
for(i=0;i<map[u].size();i++)
^
0_0_35133441_1862.cpp: In function 'int main()':
0_0_35133441_1862.cpp:74:23: error: 'map' was not declared in this scope
for(i=0;i<=n;i++) map[i].clear();
^
0_0_35133441_1862.cpp:82:20: error: 'map' was not declared in this scope
v=find(s2);map[v].push_back(u);
^
|