import random

directions = 'NEWS'
print "MOVE %s" % random.choice(directions)
