import sys

my_list=[0]
for i in range(0,20,2):
    print(i)