摘要: #include <iostream> #include <cstdio> #include <cstring> using namespace std; const int N=1e4+5; int head[N];//链式地址 int cnt=0;//边的下标 struct node{ int 阅读全文
posted @ 2020-05-04 21:16 INFP 阅读(133) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-04 20:50 INFP 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-04 20:41 INFP 阅读(0) 评论(0) 推荐(0) 编辑