2016年9月27日

摘要: 1 2 #include <iostream> 3 #include <cstring> 4 #include <cstdio> 5 #include <algorithm> 6 #include <map> 7 using namespace std; 8 const int Maxn=10010 阅读全文

posted @ 2016-09-27 23:54 yyjxx2010xyu 阅读(1005) 评论(0) 推荐(0) 编辑

摘要: 显然若一个数大于n就不可能是答案。 1 2 #include <iostream> 3 #include <cstring> 4 #include <cstdio> 5 #include <algorithm> 6 #include <map> 7 #include <cmath> 8 using 阅读全文

posted @ 2016-09-27 23:53 yyjxx2010xyu 阅读(161) 评论(0) 推荐(0) 编辑