import java.io.IOException; import java.io.InputStream; import java.util.Arrays; import java.util.Comparator; import java.util.NoSuchElementException; class Main { public static void main(String[] args) { new Main().run(); } void run() { FastScanner sc=new FastScanner(); long x=sc.nextLong(); long y=sc.nextLong(); long d=sc.nextLong(); if(x>y) { x^=y;y^=x;x^=y; } if(x+y Integer.MAX_VALUE) throw new NumberFormatException(); return (int) nl; } public double nextDouble() { return Double.parseDouble(next());} }