using System;
public class Program
{
public static void Main()
Console.WriteLine("Do you want Scott to say the N word?");
string nword = Console.ReadLine();
if (nword == "yes")
Console.WriteLine("I can't say the N word; that's racist!");
}
else
Console.WriteLine("Too bad. mwa hahahahhaha nnnnnni-");