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