0_0_32852842_280.cpp: In function 'int solve()':
0_0_32852842_280.cpp:40:42: error: expected primary-expression before '<' token
sum+=Edges[i].w; <span style="font-family:'Microsoft YaHei';">//没有被访问选择该边</span>
^
0_0_32852842_280.cpp:40:43: error: 'span' was not declared in this scope
sum+=Edges[i].w; <span style="font-family:'Microsoft YaHei';">//没有被访问选择该边</span>
^
0_0_32852842_280.cpp:43:3: error: 'else' without a previous 'if'
else //若为无向边
^
|