上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页
摘要: dalao解释的博客 阅读全文
posted @ 2018-09-11 20:47 ouyang_wsgwz 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 题目链接 阅读全文
posted @ 2018-09-11 20:21 ouyang_wsgwz 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 题目链接 阅读全文
posted @ 2018-09-11 10:17 ouyang_wsgwz 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 题目链接 阅读全文
posted @ 2018-09-09 20:34 ouyang_wsgwz 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 题目链接 阅读全文
posted @ 2018-09-08 21:43 ouyang_wsgwz 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://codeforces.com/contest/103/problem/D 阅读全文
posted @ 2018-09-08 20:34 ouyang_wsgwz 阅读(257) 评论(0) 推荐(0) 编辑
摘要: https://www.lydsy.com/JudgeOnline/problem.php?id=2957 阅读全文
posted @ 2018-09-08 10:16 ouyang_wsgwz 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 题目链接 阅读全文
posted @ 2018-09-07 20:47 ouyang_wsgwz 阅读(115) 评论(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 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 typedef long long LL; 3 using namespace std; 4 const int maxn = 2e5+5; 5 6 struct node{ 7 LL u,v,w; 8 node(){} 9 node(LL a,LL b,LL c):u(a),v(b),w(c){} 10 }; 11 12... 阅读全文
posted @ 2018-09-03 20:18 ouyang_wsgwz 阅读(175) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 33 下一页