static bool even(int i) { ret (i & 1) == 0; }