using System;
namespace MyApplication
{
class Program
static void Main(string[] args)
int x = 100 + 50;
Console.WriteLine(x);
}