print "start"
start:
input a
print a+1
if a=="end" then end else goto start: