上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: I. Characters with Hash 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long ll; 4 #define inf 0x7fffffff 5 #define faster ios::sync_ 阅读全文
posted @ 2018-09-11 21:01 ouyang_wsgwz 阅读(145) 评论(0) 推荐(0)
摘要: dalao解释的博客 阅读全文
posted @ 2018-09-11 20:47 ouyang_wsgwz 阅读(244) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-09-11 20:21 ouyang_wsgwz 阅读(152) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-09-11 10:17 ouyang_wsgwz 阅读(227) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-09-09 20:34 ouyang_wsgwz 阅读(183) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-09-08 21:43 ouyang_wsgwz 阅读(140) 评论(0) 推荐(0)
摘要: http://codeforces.com/contest/103/problem/D 阅读全文
posted @ 2018-09-08 20:34 ouyang_wsgwz 阅读(269) 评论(0) 推荐(0)
摘要: https://www.lydsy.com/JudgeOnline/problem.php?id=2957 阅读全文
posted @ 2018-09-08 10:16 ouyang_wsgwz 阅读(134) 评论(0) 推荐(0)
摘要: 题目链接 阅读全文
posted @ 2018-09-07 20:47 ouyang_wsgwz 阅读(153) 评论(0) 推荐(0)
摘要: 1 #include 2 using namespace std; 3 4 #define LS 2*i 5 #define RS 2*i+1 6 #define UP(i,x,y) for(i=x;i=y;i--) 8 #define MEM(a,x) memset(a,x,sizeof(a)) 9 #define W(a) while(a) 10 #de... 阅读全文
posted @ 2018-09-04 21:45 ouyang_wsgwz 阅读(166) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页