static void Main(string[] args)
string pthIn = @"C:\Users\Липа Филимонов\Desktop\aplusb.in";
string pthOut = @"C:\Users\Липа Филимонов\Desktop\aplusb.out";
StreamReader fin = new StreamReader(pthIn);
string[] arr = str.Split(' ');
sum = int.Parse(arr[1]) + int.Parse(arr[0]);
StreamWriter fout = new StreamWriter(pthOut);