static int ifNegative(int i, int j) { ret i < 0 ? j : i; }