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

PROGRAMMING:Octal to hexadecimal

Luz5年前 (2021-05-10)题库389
Please write a program, input octal number, output the corresponding hexadecimal number.
####Input format
>Octal nonnegative integer
####Output format
>Corresponding hexadecimal nonnegative integer
Requirement: all letters in hexadecimal number are in upper case.
####Input sample
```in
eleven thousand six hundred and seventy-two
```
####Output sample
```out
13BA
```







answer:If there is no answer, please comment