Contest
文章平均质量分 69
iteye_6881
这个作者很懒,什么都没留下…
展开
-
分配数字(区间统计)
分配数字 Time Limit : 3000/1000ms (Java/Other) Memory Limit : 65535/32768K (Java/Other) Total Submission(s) : 6 Accepted Submission(s) : 2 Font: Times New Roman | Verdana | Georgia Font Size: ...原创 2013-07-28 13:35:39 · 314 阅读 · 0 评论 -
Contest Print Server(模拟)
Problem J:Contest Print Server Time Limit : 2000/1000ms (Java/Other) Memory Limit : 65535/32768K (Java/Other) Problem Description In ACM/ICPC on-site contests ,3 students share 1 computer,so ...原创 2014-04-26 01:20:31 · 114 阅读 · 0 评论 -
Rescue The Princess(数学)
Problem A:Rescue The Princess Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)<!--[if !supportLineBreakNewLine]--><!--[endif]--> Problem Descripti...原创 2014-04-26 00:27:07 · 193 阅读 · 0 评论 -
方格取数(DP)
Problem H: 方格取数 Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 28 Solved: 9 Description 有N * N个格子,每个格子里有正数或者0,从最左上角往最右下角走,只能向下和向右,一共走两次(即从左上角走到右下角走两趟),把所有经过的格子的数加起来,求最大值SUM,且两次如果经过同一个格子,则最后总和...原创 2014-04-23 09:21:01 · 564 阅读 · 0 评论 -
Rist-Number(筛选)
Problem J. Rist-Number • Time Limit: 1000ms • Memory Limit: 65536KB Problem Description Rist-Number is a kind of integers that should satisfy some restrictions. Define S as the set of all Rist-N...原创 2014-04-13 00:16:58 · 149 阅读 · 0 评论 -
Washing Clothes(01背包)
Washing Clothes Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 8268 Accepted: 2565 Description Dearboy was so busy recently that now he has piles of clothes ...原创 2013-10-15 13:56:30 · 122 阅读 · 0 评论 -
Count the Colors(线段树 + 延迟标记)
Count the Colors Time Limit: 2 Seconds Memory Limit: 65536 KB Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones. Your task ...原创 2013-09-10 17:57:23 · 103 阅读 · 0 评论 -
Shaking Your Cellphone(并查集 + STL)
C - Shaking Your Cellphone Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:65535KB 64bit IO Format:%lld & %llu Submit Status Practice UESTC 1700 Descript...原创 2013-08-24 22:36:22 · 96 阅读 · 0 评论 -
Back to Underworld(带权并查集)
A - Back to Underworld Crawling in process... Crawling failed Time Limit:4000MS Memory Limit:32768KB 64bit IO Format:%lld & %llu Submit Status Practice LightOJ 1009 Descriptio...原创 2013-08-24 13:34:01 · 149 阅读 · 0 评论 -
Wireless Network(并查集)
Wireless Network Time Limit: 10000MS Memory Limit: 65536K Total Submissions: 14086 Accepted: 5962 Description An earthquake takes place in Southeast Asia. The ACM (Asia Coo...原创 2013-08-21 10:57:03 · 77 阅读 · 0 评论 -
Agri-Net(kruskal)
H - Agri-Net Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 1258 Description Farme...原创 2013-08-20 02:07:08 · 138 阅读 · 0 评论 -
An Easy Number Game(生成序列)
D - An Easy Number Game Crawling in process... Crawling failed Time Limit:2000MS Memory Limit:65535KB 64bit IO Format:%lld & %llu Submit Status Description There are 8 no...原创 2013-08-20 00:54:29 · 136 阅读 · 0 评论 -
Reward(拓扑排序)
Reward Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2791 Accepted Submission(s): 819 Problem Description Dandelion's uncle is a boss ...原创 2013-08-14 16:06:21 · 363 阅读 · 0 评论 -
13.7.31 Wed F(技巧)
F - F Crawling in process... Crawling failed Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 33C Description Le...原创 2013-08-02 17:18:59 · 86 阅读 · 0 评论 -
13.7.31 Wed C(模拟)
C - C Description Painting some colored segments on a line, some previously painted segments may be covered by some the subsequent ones. Your task is counting the segments of different co...原创 2013-08-02 01:50:45 · 108 阅读 · 0 评论 -
Meteor Shower(BFS)
B - Meteor Shower Crawling in process... Crawling failed Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3669 Description ...原创 2013-07-29 16:36:00 · 116 阅读 · 0 评论 -
Cow Bowling(递归)
F - Cow Bowling Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3176 Description The cows don't use actual bowling balls...原创 2013-07-28 17:33:13 · 142 阅读 · 0 评论 -
Backward Digit Sums(序列生成 + 模拟)
C - Backward Digit Sums Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 3187 Description FJ and his cows enjoy playing a me...原创 2013-07-28 16:55:24 · 137 阅读 · 0 评论 -
Thrall's Dream(强连通分量 + Tarjan)
Problem B: Thrall's Dream Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 17 Solved: 3[Submit][Status][Web Board] Description Problem Description We never paid any heed to the ancient prophec...原创 2014-04-29 01:11:45 · 161 阅读 · 0 评论