質問編集履歴

2

試したこと明記

2021/03/06 12:00

投稿

sumimoto771
sumimoto771

スコア9

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,15 @@
118
118
 
119
119
 
120
120
 
121
- for文にて無限ループを作りif文で条件など設けて行いましたが上手くいきませんした。
121
+ for文にて無限ループを作りif文で条件など設けて行いましたが前提として親要素のfor文が無限ループなの
122
+
123
+ if文でどう頑張っても抜けれないと判断しました。
124
+
125
+
126
+
127
+ while文に関しては知識がないため " " を入れて試しました。
128
+
129
+ その他どのようなことができるのか、というのは想像がつきません
122
130
 
123
131
 
124
132
 

1

System.out.println("min=" + min + ", max=" + max);がwhileの中に入っていたので出しました。

2021/03/06 11:59

投稿

sumimoto771
sumimoto771

スコア9

test CHANGED
File without changes
test CHANGED
@@ -82,11 +82,13 @@
82
82
 
83
83
  }
84
84
 
85
- System.out.println("min=" + min + ", max=" + max);
85
+
86
86
 
87
87
 
88
88
 
89
89
  }
90
+
91
+ System.out.println("min=" + min + ", max=" + max);
90
92
 
91
93
 
92
94