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();
}
/*Console.Write("問了"+asktimes+"次後,我知道");
Console.WriteLine("我們彼此相愛");*/
if (asktimes ==3)
//Console.WriteLine("九把刀,你變心了!");
//int i;
int i,j;
for(i=1;i<19;i++)
//Console.WriteLine("九把刀,你會下"+i+"層地獄!");
for(j=1;j<10;j++)
Console.WriteLine("砍"+j+"把刀下"+i+"層地獄");
else
Console.WriteLine("你果然是愛我的!");