Skip to content

Commit dd14576

Browse files
committed
modify code
1 parent f8a5d57 commit dd14576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class095/Code05_PickCakes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// 来自真实大厂笔试,没有在线测试,对数器验证
99
public class Code05_PickCakes {
1010

11-
public static int MAXN = 151;
11+
public static int MAXN = 201;
1212

1313
public static String[][][] dp = new String[MAXN][MAXN][MAXN];
1414

0 commit comments

Comments
 (0)