PROGRAMMING:Hexadecimal to decimal
Please write a program, input hexadecimal number, output the corresponding decimal number.
####Input format
>Hexadecimal nonnegative integer
####Output format
>Corresponding decimal nonnegative integer
####Input sample
```in
13Ba
```
####Output sample
```out
five thousand and fifty
```
answer:If there is no answer, please comment
####Input format
>Hexadecimal nonnegative integer
####Output format
>Corresponding decimal nonnegative integer
####Input sample
```in
13Ba
```
####Output sample
```out
five thousand and fifty
```
answer:If there is no answer, please comment