PROGRAMMING:Greeting to numbers
Input a number, and say hello to the number.
### Input Specification:
Input an integer number.
### Output Specification:
Print "Hello, "+ the number +"!". There is a space behind ",".
### Sample Input:
```in
thirty-five
```
###Sample Output:
```out
Hello, 35!
```
answer:If there is no answer, please comment
### Input Specification:
Input an integer number.
### Output Specification:
Print "Hello, "+ the number +"!". There is a space behind ",".
### Sample Input:
```in
thirty-five
```
###Sample Output:
```out
Hello, 35!
```
answer:If there is no answer, please comment