using System;
public class Program
{
public static void Main()
int x = 16 | 8 | 1;
Console.WriteLine(x.ToString();
}