2802. Find The K-th Lucky Number
We know that
4and7are lucky digits. Also, a number is called lucky if it contains only lucky digits.You are given an integer
k, return thekthlucky number represented as a string.
1 | class Solution { |
2802. Find The K-th Lucky Number
We know that
4and7are lucky digits. Also, a number is called lucky if it contains only lucky digits.You are given an integer
k, return thekthlucky number represented as a string.
1 | class Solution { |