using System;
public class Program
{
public static void Main()
string inputs = "the cocunut nut";
while (inputs.Length > 0)
}