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

PROGRAMMING:Jmu-c-binary to decimal

Luz5年前 (2021-05-10)题库562
Input a group of binary characters, output its corresponding decimal number. When the Enter key is entered, the input ends. If you input non binary characters, output ` error input`
###Input sample 1:
```in
eleven million one hundred and eleven thousand one hundred and eleven
```
###Output sample 1:
```out
two hundred and fifty-five
```
###Input sample 2:
```in
thirty-four
```
###Output sample 2:
```out
error input!
```






answer:If there is no answer, please comment