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

PROGRAMMING:Jmu-c-decimal to hexadecimal

Luz5年前 (2021-05-10)题库448
Input a decimal integer and output its corresponding hexadecimal string.
###Input format:
Enter a decimal integer.
###Output format:
Output the corresponding hexadecimal string. Note that '10-15' is represented by capital letters' A-F '.
###Input example:
```in
one thousand two hundred and thirty-four
```
###Output example:
```out
4D2
```







answer:If there is no answer, please comment