using System;
public class Program
{
public static void Main()
Console.WriteLine("The answer of 15+78 is ");
Console.Write(15+78);
}