PROGRAMMING:Access permutation (Cixi, 2007)

###Input format:
The input includes two numbers: positive integer n (1 < = n < = 9) and positive integer m (1 < = m < = 362880).
###Output format:
The output has only one line, that is, the n-digit corresponding to the input number M.
###Input example:
```in
3 2
```
###Output example:
```out
one hundred and thirty-two
```
answer:If there is no answer, please comment
###Input format:
The input includes two numbers: positive integer n (1 < = n < = 9) and positive integer m (1 < = m < = 362880).
###Output format:
The output has only one line, that is, the n-digit corresponding to the input number M.
###Input example:
```in
3 2
```
###Output example:
```out
one hundred and thirty-two
```
answer:If there is no answer, please comment