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

PROGRAMMING:Stepping into computer series (2)

Luz5年前 (2021-05-10)题库355
Li is an obsessive-compulsive disorder, he likes neat things. For example, when he sees a column of numbers, he likes to add "0" in front of them to make the column of numbers uniform. Look at the example, you can help him!
###Input format:
A positive integer less than 5 bits per line
###Output format:
Add a number of "0" before these numbers to make the number become a 5-digit number,
One result per line
###Input example:
Here is a set of inputs. For example:
```in
one
```
###Output example:
The corresponding output is given here. For example:
```out
00001
```







answer:If there is no answer, please comment