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

PROGRAMMING:Conversion from decimal to hexadecimal

Luz5年前 (2021-05-10)题库374
Input a decimal positive integer, output its corresponding hexadecimal number.
###Input format:
Enter a positive integer directly.
###Output format:
Output the result directly without any additional characters.
###Input example:
```in
one hundred and twenty-three
```
###Output example:
```out
7B
```






answer:If there is no answer, please comment