Talk:Non-transitive dice: Difference between revisions

(→‎java Error message: new section)
Line 25:
:Sounds fine, though I'd probably say "Any rotation of dice from an answer is also an answer. You may compute and show only one of each such rotation sets, ideally the first when sorted in a natural way, and show the total number of rotations that are also solutions".
:Anyway, rotation-squishing added to Phix, along with a newly invented stretch goal. --[[User:Petelomax|Pete Lomax]] ([[User talk:Petelomax|talk]]) 17:49, 8 September 2020 (UTC)
 
== java Error message ==
 
What's wrong here?
 
H:\>javac Main.java
Main.java:55: error: cannot find symbol
res.add(List.of(cs.get(i), cs.get(j), kl));
^
symbol: method of(List<Integer>,List<Integer>,List<Integer>)
location: interface List
--Walter Pachl 07:04, 11 March 2022 (UTC)
2,295

edits