The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev...
分类:
其他好文 时间:
2015-02-19 12:55:04
阅读次数:
139
时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA supply chain is a network of retailers(零售商), distributors(经销商), and suppliers(供应商)-- every...
分类:
其他好文 时间:
2015-02-10 09:12:09
阅读次数:
114
Elevator
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 47920 Accepted Submission(s): 26476
Problem Description
The highest buildin...
分类:
其他好文 时间:
2015-02-09 16:03:39
阅读次数:
144
B - B
Description
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in...
分类:
其他好文 时间:
2015-02-04 14:48:16
阅读次数:
141
This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students. Inp...
分类:
其他好文 时间:
2015-02-04 09:22:01
阅读次数:
150
原题如下:
Write a SQL query to get the second highest salary from the Employee table.
+----+--------+
| Id | Salary |
+----+--------+
| 1 | 100 |
| 2 | 200 |
| 3 | 300 |
+----+--------+
...
分类:
其他好文 时间:
2015-01-31 21:58:12
阅读次数:
189
Problem Description
The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elevator will stop, in specified ...
分类:
其他好文 时间:
2015-01-28 09:55:48
阅读次数:
148
水题Description The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which f...
分类:
其他好文 时间:
2015-01-27 12:59:41
阅读次数:
109
Description The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which flo...
分类:
其他好文 时间:
2015-01-23 12:49:27
阅读次数:
212
select if(count(salary) = 0, NULL, salary) as `salary` from (select salary from Employee group by salary order by salary desc limit 1,1) tmpWrite a S....
分类:
数据库 时间:
2015-01-23 06:05:49
阅读次数:
136