using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main()
string input = Console.ReadLine();
}
public class Vocab
public string[,] pronouns = new string[,]{{"I", "You", "He", "She", "It", "They", "We"}, {"I", "You", "He", "She", "It", "They", "We"}};
public string[] verbs = new string[]{"love"};
public string[,,] irregular = new string[]{};