-->
当前位置:首页 > 题库

PROGRAMMING:Greeting to numbers

Luz5年前 (2021-05-10)题库442
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