0_0_2936027_18469.cpp:105: error: expected unqualified-id before "using"
0_0_2936027_18469.cpp:105: error: expected constructor, destructor, or type conversion before "using"
0_0_2936027_18469.cpp:105: error: expected `,' or `;' before "using"
0_0_2936027_18469.cpp:107: error: redefinition of `struct Pos'
0_0_2936027_18469.cpp:8: error: previous definition of `struct Pos'
0_0_2936027_18469.cpp:120: error: redefinition of `std::priority_queue<Pos, std::vector<Pos, std::allocator<Pos> >, std::less<Pos> > Q'
0_0_2936027_18469.cpp:20: error: `std::priority_queue<Pos, std::vector<Pos, std::allocator<Pos> >, std::less<Pos> > Q' previously declared here
0_0_2936027_18469.cpp:121: error: redefinition of `int n'
0_0_2936027_18469.cpp:21: error: `int n' previously declared here
0_0_2936027_18469.cpp:121: error: redefinition of `int m'
0_0_2936027_18469.cpp:21: error: `int m' previously declared here
0_0_2936027_18469.cpp:122: error: redefinition of `double map[1002][1002]'
0_0_2936027_18469.cpp:22: error: `double map[1002][1002]' previously declared here
0_0_2936027_18469.cpp:122: error: redefinition of `double maxload[1002]'
0_0_2936027_18469.cpp:22: error: `double maxload[1002]' previously declared here
0_0_2936027_18469.cpp:123: error: redefinition of `bool vis[1002]'
0_0_2936027_18469.cpp:23: error: `bool vis[1002]' previously declared here
0_0_2936027_18469.cpp: In function `void Dijkstra()':
0_0_2936027_18469.cpp:143: error: redefinition of `void Dijkstra()'
0_0_2936027_18469.cpp:26: error: `void Dijkstra()' previously defined here
0_0_2936027_18469.cpp:160: error: 'struct Pos' has no member named 'product'
0_0_2936027_18469.cpp:160: error: 'struct Pos' has no member named 'product'
0_0_2936027_18469.cpp:161: error: 'struct Pos' has no member named 'product'
0_0_2936027_18469.cpp:163: error: 'struct Pos' has no member named 'product'
0_0_2936027_18469.cpp: In function `int main()':
0_0_2936027_18469.cpp:179: error: redefinition of `int main()'
0_0_2936027_18469.cpp:80: error: `int main()' previously defined here
0_0_2936027_18469.cpp:194: error: 'struct Pos' has no member named 'product'
|