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

PROGRAMMING:The same n-digit number

Luz5年前 (2021-05-10)题库417
Read in 2 positive integers A and B, 1<=A<=9, 1<=B<=10, to produce the numbers A...AA(B digitals)
### Input format:
Enter A and B in one line.
### Output format:
Output the integer A...AA. There are B digitals.
### sample input:
```in
3 , 4
```
### sample output:
```out
three thousand three hundred and thirty-three
```







answer:If there is no answer, please comment