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

PROGRAMMING:Access permutation (Cixi, 2007)

Luz5年前 (2021-05-10)题库412
![ tt.png](~/00bcc153-75ba-4178-bc3f-df219dd32f42.png)
###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