modify code

pull/6/head
algorithmzuo 5 years ago
parent 8c76de5a7e
commit 3554ba59cf

@ -133,7 +133,7 @@ public class Code02_ThrowChessPiecesProblem {
int ans3 = superEggDrop3(K, N);
int ans4 = superEggDrop4(K, N);
if (ans2 != ans3 || ans2 != ans4) {
System.out.println("Oops!");
System.out.println("出错了!");
}
}
System.out.println("测试结束");

Loading…
Cancel
Save