回答編集履歴

1

ちょいたし

2020/07/31 13:40

投稿

momon-ga
momon-ga

スコア4820

test CHANGED
@@ -232,7 +232,9 @@
232
232
 
233
233
 
234
234
 
235
- System.out.println("3レコード目がレコード目を支配しているか?" + (controlTo(toHyoukaStr(rec3), toHyoukaStr(rec5)) > 0)); // true
235
+ System.out.println("3レコード目が5レコード目を支配しているか?" + (controlTo(toHyoukaStr(rec3), toHyoukaStr(rec5)) > 0)); // true
236
+
237
+ System.out.println("5レコード目が3レコード目に支配されているか?" + (controlTo(toHyoukaStr(rec5), toHyoukaStr(rec3)) < 0)); // true
236
238
 
237
239
 
238
240