PROGRAMMING:Produces the seed value of the specified random number
Enter a four bit positive integer m, and use randInt (10009999) to generate the minimum positive integer seed of M.
Tip: seed (x) # set X as seed
RandInt (10009999) # generates an integer between [10009999]
###Input format:
Enter the value of a four digit positive integer M.
###Output format:
Output to meet the requirements of the minimum positive integer seed value.
###Input example:
Here is a set of inputs. For example:
```in
eight thousand eight hundred and eighty-eight
```
###Output example:
The corresponding output is given here. For example:
```out
one thousand six hundred and eighty-four
```
answer:If there is no answer, please comment
Tip: seed (x) # set X as seed
RandInt (10009999) # generates an integer between [10009999]
###Input format:
Enter the value of a four digit positive integer M.
###Output format:
Output to meet the requirements of the minimum positive integer seed value.
###Input example:
Here is a set of inputs. For example:
```in
eight thousand eight hundred and eighty-eight
```
###Output example:
The corresponding output is given here. For example:
```out
one thousand six hundred and eighty-four
```
answer:If there is no answer, please comment