@longstick0
Số lượng đánh giá đã viết
14
Xếp hạng trung bình
5.0
Hỏi & Đáp
멘토링 문제 4중for문
import java.util.Scanner; import static java.lang.System.in; import static java.lang.System.out; public class Main{ public static int solution(int n, int m, int[][] arr) { int[][] temp = new int[n][n]; int cnt = 0; for (int i = 0; i ...