0_0_14611191_4131.cpp: In function 'void Addedge(int, int, int)':
0_0_14611191_4131.cpp:34:33: error: too many initializers for 'Edge'
edges.push_back((Edge){u,v,w});
^
0_0_14611191_4131.cpp:35:33: error: too many initializers for 'Edge'
edges.push_back((Edge){v,u,w});
^
|