Balance
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 10773
Accepted: 6685
Description
Gigel has a strange "balance" and he wants to poise it. Actually, th...
分类:
其他好文 时间:
2014-10-15 10:24:30
阅读次数:
242
DominationTime Limit:8 Seconds Memory Limit:131072 KB Special JudgeEdward is the headmaster of Marjar University. He is enthusiastic about chess and o...
分类:
其他好文 时间:
2014-10-15 03:26:35
阅读次数:
349
D -DominationTime Limit:8000MSMemory Limit:131072KB64bit IO Format:%lld & %lluDescriptionEdward is the headmaster of Marjar University. He is enthusia...
分类:
其他好文 时间:
2014-10-15 01:47:29
阅读次数:
378
Scout YYF ITime Limit:1000MSMemory Limit:65536KTotal Submissions:5020Accepted:1355DescriptionYYF is a couragous scout. Now he is on a dangerous missio...
分类:
其他好文 时间:
2014-10-15 01:14:49
阅读次数:
302
水
Average Score
Time Limit: 2 Seconds Memory Limit: 65536 KB
Bob is a freshman in Marjar University. He is clever and diligent. However, he is not good at math, especially in Mathemati...
分类:
其他好文 时间:
2014-10-15 00:07:49
阅读次数:
238
概率DP
Domination
Time Limit: 8 Seconds Memory Limit: 131072 KB Special Judge
Edward is the headmaster of Marjar University. He is enthusiastic about chess and often plays che...
分类:
其他好文 时间:
2014-10-14 23:37:59
阅读次数:
214
Using CDPATH environment to accelerate navigation among multiple commonly used directories.Using CDPATH environment to accelerate navigation among mul...
分类:
其他好文 时间:
2014-10-14 22:36:59
阅读次数:
158
Average Score
Time Limit: 2 Seconds Memory Limit: 65536 KB
Bob is a freshman in Marjar University. He is clever and diligent. However, he is not good at math, especially in Mathematical A...
分类:
其他好文 时间:
2014-10-14 21:48:09
阅读次数:
147
A data processor supports the use of multiple memory models by computer programs. At a device external to a data processor, such as a memory controlle...
分类:
其他好文 时间:
2014-10-14 19:30:19
阅读次数:
248
一个队列至少满足2个方法,put和get.
借助最小堆来实现.
#coding=utf-8
from heapq import heappush, heappop
class PriorityQueue:
def __init__(self):
self._queue = []
def put(self, item, priority):
he...
分类:
编程语言 时间:
2014-10-14 15:05:08
阅读次数:
193