a= "I don't say swear words!"
b=int (input())
for i in range (0,b):
z=[str(i+1),"."]
x="".join(z)
print(x,a)