Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

What's wrong with this code?

$
0
0
def div(n,k):
count=0
for i in range(n):
    integer=int(input())
    if integer%k==0:
        count+=1
print count

Viewing all articles
Browse latest Browse all 39796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>