static LL repF_2d(int cols, int rows, IF0 f) { ret repF(rows, () -> repF(cols, f)); }