using System;
public class Program
{
public static void Main()
string Answer="y";
int asktimes=0;
while ((Answer=="y")&&(asktimes<3))
Console.Write("九把刀,你愛小三嗎?(y/n)");
asktimes=asktimes+1;
Answer = Console.ReadLine();
}
if(asktimes==3)
int i;
for(i=1;i<19;i=i+1)
Console.WriteLine("九把刀,你下18層地獄!");
else
Console.WriteLine("你果然是愛我的!");