enormous input test codechef solution

Solutions on MaxInterview for enormous input test codechef solution by the best coders in the world

showing results for - "enormous input test codechef solution"
Johanna
20 Jun 2020
1try:
2  n,k=map(int,input().split())
3  count=0
4  for i in range(n):
5    x=int(input())
6    if x%k==0:
7      count+=1
8   print(count)
9 except:
10  pass
similar questions
queries leading to this page
enormous input test codechef solution