private static int diff(int a, int b) { return a-b; }