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

PROGRAMMING:Know integer 1

Luz5年前 (2021-05-10)题库440
###Task description
This topic requires reading in a 10 base positive integer, and then output in the form of 8 base and 16 base respectively. Output without prefix, where the hexadecimal form of the output data when all alphanumeric lowercase.
###Input format:
Input only one line, 1 decimal positive integer.
###Output format:
Output two values in a row, separated by a space.
###Input example:
```in
one hundred and twenty-seven
```
###Output example:
```out
177 7f
```






answer:If there is no answer, please comment