0_0_11472517_19580.cpp: In function `void dijkstra()':
0_0_11472517_19580.cpp:34: error: subobject of type `node' must be initialized by constructor, not by `{1, d[1]}'
0_0_11472517_19580.cpp:49: error: subobject of type `node' must be initialized by constructor, not by `{v, d[v]}'
0_0_11472517_19580.cpp: In function `int main()':
0_0_11472517_19580.cpp:215: error: subobject of type `node' must be initialized by constructor, not by `{v, w}'
0_0_11472517_19580.cpp:216: error: subobject of type `node' must be initialized by constructor, not by `{u, w}'
|