using System; class Program { static void Main(string[] args) { Console.WriteLine((19 * 43 + 47 * 28) / 27); } }