import random
x = random.randint(1 ,100)
print(x)
if x >20:
	print("move")
else:
	print("stop")