Run ❯
Get your
own Java
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
public class Main { public static void main(String[] args) { System.out.println(Math.toIntExact(1500000L)); System.out.println(Math.toIntExact(-32L)); System.out.println(Math.toIntExact(-86345L)); System.out.println(Math.toIntExact(25L)); } }
1500000
-32
-86345
25