Skip to content

Latest commit

 

History

History

Python-programming-1

Print the number of nondivisible subsets

Input:
n (No. of elements in array).
k (An input number).
s (Array).

Output:
Number of the nonDivisible subsets.

Author: Anirban Bal (Github ID- anirbanrkmission)