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