# -*- coding: utf-8 -*-
print '''
if your GF ask u \'do u love me?\' when u r playing dota,what will u say?
1.yeah yeah i love u
2.don't u see my guy is almost dying..leave me alone
3.baby i've charged your taobao account one thousand i'm kinda busy.shall we talk this later?
'''
answer = raw_input("> ")
if answer == "1":
print "\'oh so why do u love me?\' "
print '''
here u can choose
1. staring at the screen pretend u can't hear anything
2. just give her a kiss
'''
your_choice = raw_input("> ")
if your_choice == "1":
print "i think she will unplug the internet cable "
elif your_choice == "2":
print "your teammate will die the final attack"
else:
print "Well, come on!u can't pretend u r invisible!!"
elif answer == "2":
print "u will be alone immediately and ever!!\n When u die in your house,your cat will eat your face!"
elif answer == "3":
print "well u must have a beautiful girlfriend and a very happy life! \n But let's talk when u receive your bank bill "
else:
print "oh sorry~it's my fault.i shouldn't have asked..u don't even have a girl friend~"