There is a set of N distinct positive integers. If all of these integers are concatenated in some order, they form one large integer. For example, concatenating {5221, 40, 1, 58, 9} in that order gives 5221401589.
Park Seongwon chooses one permutation of the integers uniformly at random and treats it as the answer. A permutation is correct if the concatenated integer is divisible by K.
Find the probability that Park Seongwon accidentally chooses a correct permutation, written as a reduced fraction.