https://ide.codingblocks.com/s/208178 - This is my code ide
-
create a prime sieve and then make a list of prime
-
given n,k . Obtaing prime factorization of k and store it in a map
3 Go through the factors and find their count in n! , and use the relation answer = min(answer,occ(n!) - occ(k)+1)
Please Help ME ASAP