Problem b: hello name

Problem b: hello name

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 213  Solved: 88
[Submit] [Status] [Web Board] [Creator:]

Description

输入一个名字,例如 "Bob", 输出 "Hello Bob!".
input a name,for example  "Bob", then get out put print out "Hello Bob!".
样例:sample
'Bob' → 'Hello Bob!'
'Alice' → 'Hello Alice!'
'X' → 'Hello X!'

Input

字符串 名字
name(a string)

Output

Hello 名字!
Hello name!

Sample Input Copy

Bob

Sample Output Copy

Hello Bob!