class Main { public static void main(String[] argos) { int x = -1; int y = 10; System.out.println(y + x); } }
Last updated 1 year ago