// CS1021: Integral constant is too large
// Line: 6

class X {
	public static void Main() {
		int h = 0b11111111111111111111111111111111111111111111111111111111111111111;
	}
}