static BigInteger getBigInt(BigInteger[] a, int i) { ret a != null && i >= 0 && i < l(a) ? a[i] : bigint(0); }