上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 33 下一页
摘要: Bipartite GraphTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 840Accepted Submission(s): 285Probl... 阅读全文
posted @ 2015-07-27 11:50 tcgoshawk 阅读(264) 评论(0) 推荐(0)
摘要: OO’s SequenceTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1549Accepted Submission(s): 559Prob... 阅读全文
posted @ 2015-07-22 19:10 tcgoshawk 阅读(370) 评论(0) 推荐(0)
摘要: AssignmentTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 902Accepted Submission(s): 441Problem De... 阅读全文
posted @ 2015-07-22 14:36 tcgoshawk 阅读(216) 评论(0) 推荐(0)
摘要: DiggingTime Limit: 2000msMemory Limit: 65536KBThis problem will be judged onZJU. Original ID:368964-bit integer IO format:%lld Java class name:MainPre... 阅读全文
posted @ 2015-07-20 23:49 tcgoshawk 阅读(278) 评论(0) 推荐(0)
摘要: 讲解康托展开与逆康托展开。http://wenku.baidu.com/view/55ebccee4afe04a1b071deaf.html#includeusing namespace std;int fac[20];int fun(){ fac[0]=1; int i; for... 阅读全文
posted @ 2015-07-19 18:12 tcgoshawk 阅读(126) 评论(0) 推荐(0)
摘要: Cow Contest时间限制:1000ms | 内存限制:65535KB难度:4描述N(1 ≤N≤ 100) cows, conveniently numbered 1..N, are participating in a programming contest. As we all know, ... 阅读全文
posted @ 2015-07-14 17:28 tcgoshawk 阅读(185) 评论(0) 推荐(0)
摘要: //a^n的结果对MOD取余const int MOD=10003;int PowMOD(int a,int n){ int ret=1; a%=MOD; while(n){ if(n&1){ ret =(ret*a)%MOD; }... 阅读全文
posted @ 2015-07-13 10:39 tcgoshawk 阅读(116) 评论(0) 推荐(0)
摘要: Color the fence时间限制:1000ms | 内存限制:65535KB难度:2描述TomhasfalleninlovewithMary.NowTomwantstoshowhisloveandwriteanumberonthefenceoppositetoMary’shouse.Tomth... 阅读全文
posted @ 2015-07-09 10:50 tcgoshawk 阅读(386) 评论(2) 推荐(0)
摘要: 田忌赛马时间限制:3000ms | 内存限制:65535KB难度:3描述Here is a famous story in Chinese history."That was about 2300 years ago. General Tian Ji was a high official in t... 阅读全文
posted @ 2015-07-08 17:37 tcgoshawk 阅读(284) 评论(0) 推荐(0)
摘要: 推桌子时间限制:1000ms | 内存限制:65535KB难度:3描述The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following f... 阅读全文
posted @ 2015-07-08 11:21 tcgoshawk 阅读(191) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 33 下一页