3872链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3872
题目大意:给你n个数,问所有的连续的子序列中的所有元素的和(子序列中有相同元素只计算一次)(n
即若序列为1 2 3,则组成1,2,3,1 2,2 3,1 2 3,和为20;
若序列为1 2 2,则组成1,2,2,1 2,2 2,1 2 2,和...
分类:
其他好文 时间:
2015-04-29 17:18:53
阅读次数:
142
原作者:cchun原文链接:http://www.cnblogs.com/cchun/archive/2011/08/14/2520127.html看到了暨南大学的新OJ,激动啊。。虽然不算强,但是我们会努力的……国内:(一下排名不分先后) 浙江大学(ZJU):http://acm.zju.edu....
分类:
Web程序 时间:
2015-04-29 16:47:01
阅读次数:
280
已转战浙大题目 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=2浙大acm 1002#include #include #include #include #define OPEN 1#define CASTLE 2#defin...
分类:
Web程序 时间:
2015-04-29 00:30:42
阅读次数:
175
原题链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1389大致题意:N只相互不认识的猴子(每只猴子有一个战斗力值)两只不认识的猴子之间发生冲突,两只猴子会分别请出它们认识的最强壮的猴子进行决斗。决斗之后这,两群猴子都相互认...
分类:
其他好文 时间:
2015-04-28 22:27:27
阅读次数:
196
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4114
Nobita did use an outstanding anti-virus software, however, for some strange reason, this software did not check email attachment...
分类:
其他好文 时间:
2015-04-28 21:03:10
阅读次数:
164
杭电 http://acm.hdu.edu.cn/onlineuser.php。浙大 http://acm.zju.edu.cn/onlinejudge/submit.do?problemId=1http://poj.org/status惟一的阿福 password:1442012126327314...
分类:
其他好文 时间:
2015-04-24 23:59:50
阅读次数:
269
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3757
题面:
Strange Country II
Time Limit: 1 Second Memory Limit: 32768 KB Special Judge
You want to visit a st...
分类:
其他好文 时间:
2015-04-24 09:05:43
阅读次数:
164
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3209dancing links 每个点作为一列。每个块作为一行。不知道为什么插节点的时候 如果把循环写成for(int i = y1+1; i 2 #inclu.....
分类:
其他好文 时间:
2015-04-24 06:36:07
阅读次数:
114
原题链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1112 1 #include 2 #include 3 #include 4 #include 5 #define lc rootsize + ...
分类:
其他好文 时间:
2015-04-23 23:12:42
阅读次数:
211
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3328
题面:
Wu Xing
Time Limit: 1 Second Memory Limit: 32768 KB
Introduction
The Wu Xing, or the Five Movements...
分类:
其他好文 时间:
2015-04-23 09:44:58
阅读次数:
138