Description
There is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Although the king used to be wise and beloved by his people. Now...
分类:
其他好文 时间:
2014-08-01 00:07:41
阅读次数:
351
Nice boatProblem DescriptionThere is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Al...
分类:
其他好文 时间:
2014-07-31 23:33:50
阅读次数:
357
No BrainerTime Limit: 1000MSMemory Limit: 30000KTotal Submissions: 25329Accepted: 16554DescriptionZombies love to eat brains. Yum.InputThe first line ...
分类:
其他好文 时间:
2014-07-31 12:29:36
阅读次数:
188
Problem Description
Recently, scientists find that there is love between any of two people. For example, between A and B, if A don’t love B, then B must love A, vice versa. And there is no possibilit...
分类:
其他好文 时间:
2014-07-30 17:38:04
阅读次数:
287
http://blog.163.com/magicc_love/blog/static/185853662201210194592757/select * from v$version;或select banner from sys.v_$version;结果如下: BANNER1 Oracle ....
分类:
数据库 时间:
2014-07-29 21:28:52
阅读次数:
366
James找到了他的朋友Harry要给女朋友的情书。James很爱恶作剧,所以他决定要胡搞一下。他把信中的每个单字都变成了回文。对任何给定的字符串,他可以减少其中任何一个字符的值,例如'd'可以变成'c',这算是一次操作。(另外,他最多只能将字符的值减少至'a','a'不能再被减少成'z')。找出将...
分类:
其他好文 时间:
2014-07-29 17:16:12
阅读次数:
295
Description
We all love recursion! Don't we?
Consider a three-parameter recursive function w(a, b, c):
if a
1
if a > 20 or b > 20 or c > 20, then w(a, b, c) returns:
w(20, 20, 20)
...
分类:
其他好文 时间:
2014-07-29 14:54:08
阅读次数:
278
Problem Description
After months of hard working, Iserlohn finally wins awesome amount of scholarship. As a great zealot of sneakers, he decides to spend all his money on them in a sneaker store.
...
分类:
其他好文 时间:
2014-07-29 14:42:05
阅读次数:
273
package stu.love.a;
/*
字符串:
*/
public class StringDemo
{
public static void main(String[] args)
{
//字符串是常量;一旦创建了字符串,就不能被改变了
String ss = "hello";
ss = "world";
System.out.println(ss...
分类:
编程语言 时间:
2014-07-29 14:36:28
阅读次数:
203
Description
Asterix, Obelix and their temporary buddies Suffix and Prefix has finally found the Harmony temple. However, its doors were firmly locked and even Obelix had no luck opening them.
A li...
分类:
其他好文 时间:
2014-07-29 14:22:28
阅读次数:
316