private static int quot(int a, int b) { return a/b; }