public static void Main()
int n2=int.Parse(Console.ReadLine());
int n1=int.Parse(Console.ReadLine());
bool ok=startswith(n1,n2);
n1=int.Parse(Console.ReadLine());
Console.WriteLine("true");
Console.WriteLine("false");
public static bool startswith(int n1,int n2)