我快成功了,要去米国玩了。别人生活的地方,我终于能触碰到了。最近需要交代一下身后事。。不过宿舍太乱了。。。而且也有点累,就慢慢说吧。想想有什么事其实也没什么就要上班了,就要毕业了,出去玩玩,多个经历。爸妈想让我去美国找工作,不过他们还想让我去银行工作呢,还是听自己的吧。说说最美好的感觉,除了有人爱你...
分类:
其他好文 时间:
2015-01-18 20:59:30
阅读次数:
265
Given n non-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.
For example,
Given [0,1,0,2,1,0,1,3,2,1,2,1]...
分类:
移动开发 时间:
2015-01-18 17:12:30
阅读次数:
165
Given n non-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....
分类:
移动开发 时间:
2015-01-16 01:02:04
阅读次数:
202
Muddy Fields
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 8434
Accepted: 3124
Description
Rain has pummeled the cows' field, a rectangular grid of R r...
分类:
其他好文 时间:
2015-01-14 18:03:16
阅读次数:
259
使用 YEAR函数,如--day为rain表中的字段.select YEAR(day) from t_rain
分类:
数据库 时间:
2015-01-06 17:05:45
阅读次数:
151
下雨了,怎样说?下雨了,怎样说?近来广州天天下雨,大家知道rain有几种说法吗?it's raining.下雨了。it's raining again .又下雨了。it's raining hard .it's raining heavily.都是下大雨的意思。但大家知道还有更有趣的说法吗?It's...
分类:
其他好文 时间:
2015-01-03 13:11:30
阅读次数:
168
题目描述:
对于一个字符串,将其后缀子串进行排序,例如grain
其子串有:
grain
rain
ain
in
n
然后对各子串按字典顺序排序,即:
ain,grain,in,n,rain
输入:
每个案例为一行字符串。
输出:
将子串排序输出
样例输入:
grain
样例输出:
ain
grain
in
n
rain
...
分类:
编程语言 时间:
2015-01-03 09:30:54
阅读次数:
169
https://oj.leetcode.com/problems/trapping-rain-water/http://fisherlei.blogspot.com/2013/01/leetcode-trapping-rain-water.htmlpublicclassSolution{
publicinttrap(int[]A){
//对于某坐标有
//-leftmax它左边最高
//-rightmax它右边最高
//-val它本身高度
//那么它的容..
分类:
移动开发 时间:
2015-01-02 07:34:08
阅读次数:
195
题目1099:后缀子串排序
时间限制:1 秒
内存限制:32 兆
特殊判题:否
提交:2857
解决:1219
题目描述:
对于一个字符串,将其后缀子串进行排序,例如grain
其子串有:
grain
rain
ain
in
n
然后对各子串按字典顺序排序,即:
ain,grain,in,n,rain...
分类:
编程语言 时间:
2014-12-31 21:33:25
阅读次数:
198
Trapping Rain WaterGivennnon-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to tr...
分类:
移动开发 时间:
2014-12-21 21:51:30
阅读次数:
234