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