2020年2月4日
摘要:
1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 5 6 using namespace std; 7 8 const int max_n = 100 + 2; 9 const int max_w = 1e7 + 10; 阅读全文
posted @ 2020-02-04 11:12
带你AK,带你飞
阅读(446)
评论(0)
推荐(0)
摘要:
1 #include <cstdio> 2 #include <cstring> 3 #include <iostream> 4 5 using namespace std; 6 7 const int max_n = 100+2; 8 const int max_W = 10000+2; 9 10 阅读全文
posted @ 2020-02-04 10:21
带你AK,带你飞
阅读(106)
评论(0)
推荐(0)