using System;
public class Program
{
public static void Main()
Console.WriteLine(Is2ka(1));
}
static bool Is2ka(int x)
return 0 == (x & (x - 1));