PROGRAMMING:Jack Cheng loves programming
"It's a simple question." Jack Cheng told us.
###Input format:
Give an integer n (0 < n < 10000) in a row
###Output format:
First, output "this is really a simple question, the input number is", then output the n just input, but ensure that the output is 5 digits.
Note: there should be no extra spaces at the end of the output.
###Input example:
```in
ten
```
###Output example:
```out
this is really a simple question,the input number is 00010
```
answer:If there is no answer, please comment
###Input format:
Give an integer n (0 < n < 10000) in a row
###Output format:
First, output "this is really a simple question, the input number is", then output the n just input, but ensure that the output is 5 digits.
Note: there should be no extra spaces at the end of the output.
###Input example:
```in
ten
```
###Output example:
```out
this is really a simple question,the input number is 00010
```
answer:If there is no answer, please comment