Download # spheret 450 INTEST Enormous Input Test # python 2.7 c = 0

Document related concepts
no text concepts found
Transcript
# spheret 450 INTEST Enormous Input Test
# python 2.7
c = 0
# cantidad
s = raw_input()
# n, k - cadena
n, k = map(int, s.split())
for i in range(n):
t = input()
if not t%k:
c += 1
print c
# sph, ecabrera, marzo 2016
Related documents