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

PROGRAMMING:Generating m 4-digit captcha 1

Luz5年前 (2021-05-10)题库495
Enter two positive integers m and N in the same row, n as seed to generate a 4-bit random number verification code, which is used as the next seed to generate a 4-bit random number verification code... Until m random number verification codes are generated. The generated m random number verification codes are output according to the sample.
m. N = input (). Split () # enter m, N in the same line
RandInt (10009999) # generates an integer between [10009999]
###Input format:
Enter m and N on the same line. The two numbers are separated by spaces.
###Output format:
Output in M lines.
###Input example:
Here is a set of inputs. For example:
```in
2 8
```
###Output example:
The corresponding output is given here. For example:
```out
four thousand seven hundred and fourteen
one thousand one hundred and forty-two
```







answer:If there is no answer, please comment