diff --git a/src/class42/Code02_ThrowChessPiecesProblem.java b/src/class42/Code02_ThrowChessPiecesProblem.java index 3d1378d..a9b1ed2 100644 --- a/src/class42/Code02_ThrowChessPiecesProblem.java +++ b/src/class42/Code02_ThrowChessPiecesProblem.java @@ -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("测试结束");