YOU SAID:
Find a 10-digit number where the first digit is how many zeros in the number, the second digit is how many 1s in the number etc. until the tenth digit which is how many 9s in the number.
INTO JAPANESE
10桁の数字を見つけます。ここで、最初の数字は数字のゼロの数、2番目の数字は数字の1の数など、10番目の数字は数字の9の数です。
BACK INTO ENGLISH
Find the 10 digit number. Where the first number is the number zero, the second number is the number one, and the tenth number is the number nine.
INTO JAPANESE
PERMUT() 関数は順列を返します。最初のパラメータは総要素数、2 番目のパラメータは順列の選択数です。
BACK INTO ENGLISH
The PERMUT () function returns a permutation. The first parameter is the total number of elements and the second parameter is the number of permutations selected.
INTO JAPANESE
PERMUT() 関数は順列を返します。最初のパラメータは総要素数、2 番目のパラメータは順列の選択数です。
BACK INTO ENGLISH
The PERMUT () function returns a permutation. The first parameter is the total number of elements and the second parameter is the number of permutations selected.
That's deep, man.