摘要: //CodeForces 404B 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 using namespace std; 6 const __int64 N = 1e6... 阅读全文
posted @ 2015-02-25 00:04 AC_Phoenix 阅读(125) 评论(0) 推荐(0)
摘要: //CodeForces 404A 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 using namespace std; 6 char mat[310][310]; 7... 阅读全文
posted @ 2015-02-25 00:03 AC_Phoenix 阅读(289) 评论(0) 推荐(0)
摘要: //CodeForces 405B 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 using namespace std; 6 char str[3010]; 7 int... 阅读全文
posted @ 2015-02-25 00:02 AC_Phoenix 阅读(150) 评论(0) 推荐(0)
摘要: //CodeForces 405A 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 using namespace std; 6 int ans[110], n; 7 8... 阅读全文
posted @ 2015-02-25 00:01 AC_Phoenix 阅读(253) 评论(0) 推荐(0)
摘要: //CodeForces 407B 1 #include "iostream" 2 #include "cstdio" 3 #include "cstring" 4 #include "algorithm" 5 using namespace std; 6 const __int64 mod = 1... 阅读全文
posted @ 2015-02-25 00:00 AC_Phoenix 阅读(436) 评论(0) 推荐(0)