PROGRAMMING:Hexadecimal to octal
Please write a program, input hexadecimal number, output the corresponding octal number.
####Input format
>Hexadecimal nonnegative integer
####Output format
>Corresponding octal nonnegative integer
####Input sample
```in
13Ba
```
####Output sample
```out
eleven thousand six hundred and seventy-two
```
answer:If there is no answer, please comment
####Input format
>Hexadecimal nonnegative integer
####Output format
>Corresponding octal nonnegative integer
####Input sample
```in
13Ba
```
####Output sample
```out
eleven thousand six hundred and seventy-two
```
answer:If there is no answer, please comment