PROGRAMMING:Output one digit
Input an arbitrary integer and output its bits.
###Input format:
Enter an integer directly without any additional characters.
###Output format:
Output the result directly without any additional characters.
###Input example:
```in
twenty-four
```
###Output example:
```out
four
```
answer:If there is no answer, please comment
###Input format:
Enter an integer directly without any additional characters.
###Output format:
Output the result directly without any additional characters.
###Input example:
```in
twenty-four
```
###Output example:
```out
four
```
answer:If there is no answer, please comment