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

PROGRAMMING:Decimal to hexadecimal

Luz5年前 (2021-05-10)题库381
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