摘要: struct Edge//存放边 { int a,b,w; }edges[M]; edges[i]={a,b,w}; //结构体经典赋值方式#include<iostream> #include<cstring> #include<algorithm> using namespace std; co 阅读全文
posted @ 2023-10-31 21:16 敲代码的6 阅读(15) 评论(0) 推荐(0)