0_0_11472543_16058.cpp:16: error: `node::node(int, int)' and `node::node(int, int)' cannot be overloaded
0_0_11472543_16058.cpp: In function `void dijkstra()':
0_0_11472543_16058.cpp:35: error: subobject of type `node' must be initialized by constructor, not by `{1, d[1]}'
0_0_11472543_16058.cpp:50: error: subobject of type `node' must be initialized by constructor, not by `{v, d[v]}'
0_0_11472543_16058.cpp: In function `int main()':
0_0_11472543_16058.cpp:216: error: subobject of type `node' must be initialized by constructor, not by `{v, w}'
0_0_11472543_16058.cpp:217: error: subobject of type `node' must be initialized by constructor, not by `{u, w}'
|