for (int i = 0; i < 3; i++) { for (int j = 0; j < 3; j++) { if (i + j < 3) { //my functions } } } 上述代码能否简写