using System;
public class Program
{
public static void Main()
int test =int.Parse("here we are 3 and 45");
System.Console.WriteLine(test);;
}