Coding Test/백준
[JAVA] 2차원 배열 입력받기
jam3317
2023. 3. 28. 21:06
반응형
arr[i][j] = sc.nextInt();
반응형