05 2016 档案

摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <algorithm> 5 #include <cstring> 6 #define maxn 4005 7 #define maxm 2005 8 usi 阅读全文
posted @ 2016-05-31 21:41 oyzx~ 阅读(241) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 500005 7 #define maxl 250005 8 阅读全文
posted @ 2016-05-31 15:36 oyzx~ 阅读(243) 评论(2) 推荐(1)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 100005 7 #define maxm 200005 8 阅读全文
posted @ 2016-05-29 19:57 oyzx~ 阅读(289) 评论(3) 推荐(1)
摘要:1 #include <iostream> 2 #include <iostream> 3 #include <cstdio> 4 #include <cstring> 5 #include <cmath> 6 using namespace std; 7 #define maxn 80005 8 阅读全文
posted @ 2016-05-29 10:48 oyzx~ 阅读(263) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 50005 7 #define maxk 2000005 8 阅读全文
posted @ 2016-05-28 20:33 oyzx~ 阅读(183) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 200001 7 using namespace std; 阅读全文
posted @ 2016-05-26 18:53 oyzx~ 阅读(233) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 100005 7 #define maxk 6000005 阅读全文
posted @ 2016-05-26 11:17 oyzx~ 阅读(319) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <algorithm> 5 #include <cmath> 6 #define maxn 100005 7 #define Inf 100000000 阅读全文
posted @ 2016-05-25 17:39 oyzx~ 阅读(438) 评论(0) 推荐(0)
摘要:今天我们学校举行合唱比赛,而我只能独自在机房敲代码,祝愿我们458班能斩获冠军吧!! 阅读全文
posted @ 2016-05-22 18:38 oyzx~ 阅读(100) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 1000005 7 #define maxk 1000005 阅读全文
posted @ 2016-05-20 11:59 oyzx~ 阅读(320) 评论(1) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 100005 7 #define maxk 200005 8 阅读全文
posted @ 2016-05-19 20:23 oyzx~ 阅读(263) 评论(1) 推荐(1)
摘要:题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=3110 题目大意:有N个位置,M个操作。操作有两种,每次操作如果是1 a b c的形式表示在第a个位置到第b个位置,每个位置加入一个数c如果是2 a b c形式,表示询问从第a个位置到第b个位 阅读全文
posted @ 2016-05-19 18:25 oyzx~ 阅读(166) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 150005 7 using namespace std; 阅读全文
posted @ 2016-05-19 06:58 oyzx~ 阅读(213) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cmath> 4 #include <algorithm> 5 #include <cstring> 6 #define maxn 500005 7 #define maxm 800005 8 阅读全文
posted @ 2016-05-18 20:22 oyzx~ 阅读(741) 评论(1) 推荐(2)
摘要:#include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #define maxn 150005 #define maxm 100005 #define pi pair 阅读全文
posted @ 2016-05-17 22:04 oyzx~ 阅读(179) 评论(0) 推荐(0)
摘要:#include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #define mod 51061 #define maxn 100005 #define ll unsign 阅读全文
posted @ 2016-05-17 21:16 oyzx~ 阅读(128) 评论(0) 推荐(0)
摘要:1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #define maxn 100005 7 #define maxm 400005 8 阅读全文
posted @ 2016-05-17 21:11 oyzx~ 阅读(265) 评论(0) 推荐(0)
摘要:#include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> #define maxn 400005 #define maxm 200005 #define maxk 40 阅读全文
posted @ 2016-05-17 21:08 oyzx~ 阅读(191) 评论(0) 推荐(0)