PROGRAMMING:Decimal to hexadecimal
Please write a program, input decimal number, output the corresponding hexadecimal number.
####Input format
>Decimal non negative integer
####Output format
>Corresponding hexadecimal nonnegative integer
Requirement: all letters in hexadecimal number are in upper case.
####Input sample
```in
five thousand and fifty
```
####Output sample
```out
13BA
```
answer:If there is no answer, please comment
####Input format
>Decimal non negative integer
####Output format
>Corresponding hexadecimal nonnegative integer
Requirement: all letters in hexadecimal number are in upper case.
####Input sample
```in
five thousand and fifty
```
####Output sample
```out
13BA
```
answer:If there is no answer, please comment