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

PROGRAMMING:Output one digit

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