题意很简单,就是给出父母的名字,然后根据父母的名字来给孩纸取名字!
可以将此题简化为:
孩纸的名字=父亲的frist name+字符串(_small_)+母亲额frist name;
然后将孩纸的名字输出即可!...
分类:
其他好文 时间:
2014-10-26 17:00:58
阅读次数:
154
Aeroplane chess
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice HDU
4405
Appoint description:
System Crawler (2014-10-18)
Descrip...
分类:
其他好文 时间:
2014-10-25 23:06:30
阅读次数:
438
H - LOOPS
Time Limit:5000MS Memory Limit:65536KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice HDU
3853
Appoint description:
System Crawler (2014-10-22)
Description
...
分类:
其他好文 时间:
2014-10-25 23:06:28
阅读次数:
440
Card Collector
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d
& %I64u
Submit Status Practice HDU
4336
Appoint description:
System Crawler (2014-10-23)
Descript...
分类:
其他好文 时间:
2014-10-25 23:05:37
阅读次数:
445
Help Me Escape
Time Limit:2000MS Memory Limit:32768KB 64bit IO Format:%lld
& %llu
Submit Status Practice ZOJ
3640
Appoint description:
System Crawler (2014-10-22)
Descriptio...
分类:
其他好文 时间:
2014-10-25 23:05:05
阅读次数:
257
Kids and Prizes
Time Limit:250MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u
Submit Status Practice SGU
495
Appoint description:
System Crawler (2014-10-25)
Descriptio...
分类:
其他好文 时间:
2014-10-25 21:29:24
阅读次数:
260
package practice;import java.util.Scanner;public class TreasureHunt { public static void main(String[] args) { Scanner cin = new Scanner(Sys...
分类:
编程语言 时间:
2014-10-25 11:48:49
阅读次数:
291
package practice;import java.io.BufferedInputStream;import java.util.Arrays;import java.util.Scanner;/** * * 一个街区有很多住户,街区的街道只能为东西、南北两种方向。 * * 住户只可以沿.....
分类:
编程语言 时间:
2014-10-24 18:32:20
阅读次数:
172
print "Let's practice everything." print 'You\'d need to know \'bout escapes with \\ that do \n newlines and \t tabs.'poem = """\tThe lovely worldwith...
分类:
其他好文 时间:
2014-10-24 16:18:47
阅读次数:
161
Problem Description
After coding so many days,Mr Acmer wants to have a good rest.So travelling is the best choice!He has decided to visit n cities(he insists on seeing all the cities!And he does no...
分类:
其他好文 时间:
2014-10-24 13:01:58
阅读次数:
279