上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 题意:给你一个n个数的序列,要求从中找出含m个数的严格递增子序列,求能找出多少种不同的方案dp[i][j]表示以第i个数结尾,形成的严格递增子序列长度为j的方案数那么最终的答案应该就是sigma(dp[i][m]);显然有:dp[i][j] = sigma(dp[k][j - 1]); 其中 1 #... 阅读全文
posted @ 2015-10-21 21:05 JL_Zhou 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Accept: 8Submit: 18Time Limit: 5000 mSecMemory Limit : 65536 KBProblem Description人在做,天在看,单纵不怂保平安众娘皆为轮回来,敢教POI进夜战。勿怪战列低智商,航母不是一个样?假摔不虚有损管,大破进击是真相!老S最近... 阅读全文
posted @ 2015-10-06 19:21 JL_Zhou 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Time Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 519EDescriptionA and B are preparing themselves for ... 阅读全文
posted @ 2015-10-01 00:12 JL_Zhou 阅读(772) 评论(0) 推荐(1) 编辑
摘要: Time Limit: 1500/1000 MS (Java/Others)Memory Limit: 65535/102400 K (Java/Others)Total Submission(s): 250Accepted Submission(s): 169Problem Description... 阅读全文
posted @ 2015-09-21 12:58 JL_Zhou 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Time Limit:2 Seconds Memory Limit:65536 KBWhen we are focusing on solving problems, we usually prefer to stay in front of computers rather than go out... 阅读全文
posted @ 2015-09-19 10:20 JL_Zhou 阅读(161) 评论(0) 推荐(0) 编辑
摘要: PondsTime Limit: 1500/1000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 533Accepted Submission(s): 175Problem Descr... 阅读全文
posted @ 2015-09-13 22:35 JL_Zhou 阅读(316) 评论(0) 推荐(0) 编辑
摘要: Pyramid SplitTime Limit: 4000/2000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 104Accepted Submission(s): 50Problem ... 阅读全文
posted @ 2015-09-12 22:00 JL_Zhou 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 1509Accepted Submission(s): 592Problem Descripti... 阅读全文
posted @ 2015-08-27 08:48 JL_Zhou 阅读(224) 评论(0) 推荐(0) 编辑
摘要: This problem is about a war game between two countries. To protect a base, your country built a defense system called “Tactical Multiple Defense Syste... 阅读全文
posted @ 2015-08-25 08:47 JL_Zhou 阅读(261) 评论(0) 推荐(0) 编辑
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2048Accepted Submission(s): 805Problem Description... 阅读全文
posted @ 2015-08-15 00:11 JL_Zhou 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Time Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 3795DescriptionSuppose there areNpeople in ZJU, whose ages are... 阅读全文
posted @ 2015-08-13 22:33 JL_Zhou 阅读(155) 评论(0) 推荐(0) 编辑
摘要: DescriptionRead the program below carefully then answer the question.#pragma comment(linker, "/STACK:1024000000,1024000000")#include #include#include ... 阅读全文
posted @ 2015-08-01 16:44 JL_Zhou 阅读(332) 评论(0) 推荐(0) 编辑
摘要: time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputDZY has a sequencea, consisting ofnintegers.We'll... 阅读全文
posted @ 2015-07-31 09:27 JL_Zhou 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Soldier and Number GameTime Limit:3000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 546DDescriptionTwo soldiers a... 阅读全文
posted @ 2015-07-22 21:31 JL_Zhou 阅读(172) 评论(0) 推荐(0) 编辑
摘要: H -Vasya and BasketballTime Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 493CDescriptionVasya follows ... 阅读全文
posted @ 2015-07-21 11:58 JL_Zhou 阅读(200) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页