回答編集履歴

1

ソース修正

2020/03/07 09:48

投稿

cateye
cateye

スコア6851

test CHANGED
@@ -4,11 +4,9 @@
4
4
 
5
5
  public static void main(String args[]){
6
6
 
7
- String display = "";
8
-
9
7
  for(int i = 1 ; i <= 9 ; i++){
10
8
 
11
- display = "";
9
+    String display = "";
12
10
 
13
11
  for(int j = 1 ; j <= 9 ; j++){
14
12