class Ideone { public static void main (String[] args) { System.out.println(1 << 40); System.out.println(1L << 40); }}
Standard input is empty
256 1099511627776
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!