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,j;
for (i=1;i<19;i=i+1)
for(j=1;j<4;j++)
Console.Write("砍"+j+"把刀下"+i+"層地獄!");
else
Console.WriteLine("你果然是愛我的!");