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

PROGRAMMING:Jack Cheng loves programming

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