public class In{ public static void main(String[] args){ long i = 123456789 * 987654321; System.out.println(i); } }