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

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 40121

Latest Images

Trending Articles



Latest Images