while True:
    action = input()
    if action == 'stop':
        print('1')
        break
    else:
        print('Looks like you have amnesia.Try again')