水题。
#include
#include
#include
#include
using namespace std;
typedef long long ll;
priority_queue q;
int main() {
int T, cas = 0;
scanf("%d", &T);
while(T-- > 0) {
int n;
...
分类:
其他好文 时间:
2014-08-21 19:27:14
阅读次数:
196
描述:实现1 -- 求所有可能的值,O(N^2),超时了(因为超时没有跑所有的测试用例,所以不确定还有没有其他问题)代码: 1 def maxArea(self, height): 2 tmp = len(height) 3 if tmp == 0 or tm...
分类:
其他好文 时间:
2014-08-21 16:30:54
阅读次数:
213
h Jesus! The Minecraft Server of XadillaX's came across a bug!There's one way to solve this bug in game. That is to get a bucket of water and a bucket...
分类:
其他好文 时间:
2014-08-20 17:48:32
阅读次数:
216
题目链接:Taxi
Taxi
Time Limit: 1 Second
Memory Limit: 32768 KB
As we all know, it often rains suddenly in Hangzhou during summer time.I suffered a heavy rain when I was walking on the s...
分类:
其他好文 时间:
2014-08-16 19:49:11
阅读次数:
234
O(n^2) is a naive solution. As rule of thumb, there must be O(n) soluion. Yes - greedy (WHY?)class Solution {public: int maxArea(vector &height) ...
分类:
其他好文 时间:
2014-08-16 15:04:30
阅读次数:
153
Description
Every time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the clover is covered by water for awhile and takes quite a long time to r...
分类:
其他好文 时间:
2014-08-14 10:59:18
阅读次数:
265
题意 建设一条河岸的污水处理系统 河岸有n个城市 每个城市都可以自己处理污水 V 也可以把污水传到相邻的城市处理 >或< 除了你传给我我也传给你这种情况 其它都是合法的 两端的城市不能传到不存在的城市
令d[i]表示有i个城市时的处理方法数 最后一个城市的处理方法有
1.V 自己处理自己的 与前i-1个城市的处理方法无关 有d[i-1]种方法
2.V...
分类:
其他好文 时间:
2014-08-13 13:13:26
阅读次数:
224
步进式加热喷射器构及前进机构的电液比例控制回路步进式加热炉要求能无级隧;麓曩节和平稳控制其喷射器构的加(减)速度、前行机构的运行速度以及能按要求可靠地将提。懑机构在升降的任意位置锁定。为了适应提升行程的大控 (1620L/rain),采用了通径52ram的电液比例方向阀。为了确保其位置锁定,采用群....
分类:
其他好文 时间:
2014-08-11 14:50:42
阅读次数:
123
Givennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 1...
分类:
移动开发 时间:
2014-08-10 01:34:09
阅读次数:
375
Water TreeTime Limit: 4000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:343D64-bit integer IO format:%I64d Java class ...
分类:
其他好文 时间:
2014-08-09 13:10:37
阅读次数:
362