class Program01 { public static void main(String[] argv) { System.out.println(Byte.MIN_VALUE); } }