上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 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~ 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 今天我们学校举行合唱比赛,而我只能独自在机房敲代码,祝愿我们458班能斩获冠军吧!! 阅读全文
posted @ 2016-05-22 18:38 oyzx~ 阅读(90) 评论(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~ 阅读(301) 评论(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~ 阅读(245) 评论(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~ 阅读(154) 评论(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~ 阅读(198) 评论(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~ 阅读(718) 评论(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~ 阅读(167) 评论(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~ 阅读(115) 评论(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~ 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页