using System;
public class Program
{
public static void Main()
int pass= 12;
int answer= 0;
Console.WriteLine("Password please!");
answer = Convert.ToInt16(Console.ReadLine());
if(answer == pass)
Console.WriteLine("Well done! I'm proud of you.");
}
else
Console.WriteLine("Wow. Stop messing around!");