You are given an integer n. Is there a permutation of digits of integer that's divisible by 8? A permutation of digits of integer n is defined as an integer formed by rearranging the digits of n. For example, if the number n = 123, then {123, 132, 213, 231, 312, 321} are the possible permutations
Answers
Answered by
0
you can't make the general case for taking permutation please specify the question
Similar questions