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++;
Answer=Console.ReadLine();
}
if(asktimes==3)
int i,j;
for(i=1;i<19;i++)
for(j=1;j<10;j++)
Console.WriteLine("砍"+j+"把刀下"+i+"層地獄!");
else
Console.WriteLine("你果然是愛我的!");