背包问题 时间限制:3000 ms | 内存限制:65535 KB 难度:3 背包问题 时间限制:3000 ms | 内存限制:65535 KB 难度:3 #include <iostream> #include <algorithm> using namespace std; typedef st ...
分类:
其他好文 时间:
2018-03-09 00:22:09
阅读次数:
160
Ocean用巧妙的方法得到了一个序列,该序列有N个元素,我们用数组a来记录(下标从0到N?1)。 Ocean定义f[i]=(((i%a[0])%a[1])%…)%a[N?1]。 现在Ocean会给出QQ次查询,每次给定一个区间[L,R],[L,R],他想快速知道∑Ri=Lf[i]∑i=LRf[i] ...
分类:
其他好文 时间:
2018-03-08 02:48:42
阅读次数:
156
Dinner 时间限制:100 ms | 内存限制:65535 KB 难度:1 Dinner 时间限制:100 ms | 内存限制:65535 KB 难度:1 #include <iostream> using namespace std; int main(){ int n; string s[1 ...
分类:
其他好文 时间:
2018-03-07 21:50:34
阅读次数:
209
Color the fence 时间限制:1000 ms | 内存限制:65535 KB 难度:2 Color the fence 时间限制:1000 ms | 内存限制:65535 KB 难度:2 Tom has fallen in love with Mary. Now Tom wants to ...
分类:
其他好文 时间:
2018-03-06 23:15:07
阅读次数:
185
+-字符串 时间限制:1000 ms | 内存限制:65535 KB 难度:1 +-字符串 时间限制:1000 ms | 内存限制:65535 KB 难度:1 #include <stdio.h> #define MAX 5000+30 char a[MAX],b[MAX]; int find(in ...
分类:
其他好文 时间:
2018-03-06 20:19:11
阅读次数:
172
#include <iostream>#include <cstring>#include <algorithm>using namespace std; const int INF=0x3f3f3f3f;int dp[10003][5][5];int a[10003];int main(){int ...
分类:
其他好文 时间:
2018-03-06 19:13:20
阅读次数:
950
糖果 时间限制:1000 ms | 内存限制:65535 KB 难度:2 描写叙述topcoder工作室的PIAOYIi超级爱吃糖果。如今他拥有一大堆不同种类的糖果。他准备一口气把它们吃完。但是他有一个习惯。他不喜欢同一种类的糖果连着吃。他喜欢先吃一种,然后再吃还有一种。但是PIAOYI不知道是否存 ...
分类:
其他好文 时间:
2018-02-20 11:51:44
阅读次数:
152
奋斗小蜗牛在请客 时间限制:1000 ms | 内存限制:65535 KB 难度:2 描写叙述 一路艰辛一路收获。成功爬过金字塔的小蜗牛别提多高兴了。这不为了向以前帮助他的哥们们表达谢意,蜗牛宴请这些亲朋好友。 席间。蜗牛发现老鹰一直愁眉不展。就关切的问下老鹰。老鹰说:“近来。有一道题我一直没解决, ...
分类:
其他好文 时间:
2018-02-16 10:16:01
阅读次数:
173
时间限制:3000 ms | 内存限制:65535 KB 难度:3 ...
分类:
编程语言 时间:
2018-02-12 20:07:02
阅读次数:
201
时间限制:3000 ms | 内存限制:65535 KB 难度:4 ...
分类:
其他好文 时间:
2018-02-12 16:42:34
阅读次数:
124