PROGRAMMING:The same n-digit number
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
### 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