Problem J: TravelingTime Limit:1 SecMemory Limit:32 MBDescriptionSH likes traveling around the world. When he arrives at a city, he will ask the staff...
分类:
其他好文 时间:
2014-06-30 15:23:09
阅读次数:
145
题目
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possibl...
分类:
其他好文 时间:
2014-06-24 23:14:28
阅读次数:
238
题目
Reverse digits of an integer.
Example1: x = 123, return 321
Example2: x = -123, return -321
Have you thought about this?
Here are some good questions to ask before coding. Bonus poin...
分类:
其他好文 时间:
2014-06-24 20:16:39
阅读次数:
180
1.什么是继承A继承B,说明A是B的一种,并且B的所有行为对A都有意义eg:A=WOMAN B=HUMANA=鸵鸟 B=鸟 (不行),因为鸟会飞,但是鸵鸟不会。2.什么是组合若在逻辑上A是B的“一部分”(a part of),则不允许B从A派生,而是要用A和其它东西组合出B。例如眼(Eye)、鼻(N...
分类:
编程语言 时间:
2014-06-22 23:59:05
阅读次数:
427
Reverse digits of an integer.
Example1: x = 123, return 321
Example2: x = -123, return -321
Have you thought about this?
Here are some good questions to ask before coding. Bonus points for y...
分类:
其他好文 时间:
2014-06-22 09:31:16
阅读次数:
220
Since we only have one bag to pay for it is something that you will not miss.Its always wanted to fight a bag of coffee. See the code inside - dark al...
分类:
其他好文 时间:
2014-06-17 15:27:14
阅读次数:
204
printf("member:%d\n",member);//find current signoffsSAFECALL(AOM_ask_value_tags(msg.task,"signoff_attachments", &num, &signoffs));//remove exists revi...
分类:
其他好文 时间:
2014-06-15 07:21:08
阅读次数:
270
2014-6-131.ask for input with aprompt.使用prompt显示输入文本对话框,并获取用户的输入。prompt("What is your name");2.console.log();打印结果。console.log("hello");
分类:
Web程序 时间:
2014-06-14 20:31:25
阅读次数:
182
一道水题但是我错了好惨罚时罚到最后一名Problem DescriptionTime
flies, four years passed, colleage is over. When I am about to leave, a xuemei
ask me an ACM problem, but I...
分类:
其他好文 时间:
2014-06-09 20:53:59
阅读次数:
287
Implement atoi to convert a string to an integer.
Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:
其他好文 时间:
2014-06-07 12:21:30
阅读次数:
284