PROGRAMMING:Know integer 1
###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
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