a = [i for i in range(1, 51) if i%5==0]
for t in a:
    print(t)