public class Program
{
public static void Main()
System.Console.WriteLine("daadfirstdd".IndexOf("first"));
}