摘要: #include<iostream> #include<algorithm> #include<cstdio> #include<iomanip> #define inf 0x3f3f3f3f const int maxn = 1e5 + 10; using namespace std; int f 阅读全文
posted @ 2020-02-05 14:00 programmer_w 阅读(0) 评论(0) 推荐(0)
摘要: NIKE和苹果店要在一起,所以将他们两个放在第一步联结确保相连。 #include<iostream> #include<algorithm> #include<cstdio> #include<iomanip> #include<cmath> #define inf 0x3f3f3f3f cons 阅读全文
posted @ 2020-02-05 13:54 programmer_w 阅读(1) 评论(0) 推荐(0)
摘要: #include<iostream> #include<algorithm> #include<cstdio> #include<cmath> using namespace std; const int MAXN = 1e4 + 10;//拿来开存边的数量的结构体 题目N<100 所以最多开到N* 阅读全文
posted @ 2020-02-05 13:52 programmer_w 阅读(7) 评论(0) 推荐(0)