Skip to content

Commit be77e49

Browse files
committed
modify code
1 parent b50d16f commit be77e49

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/class183/Code02_Tree1.java renamed to src/class183/Code02_PairNumber1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.io.PrintWriter;
1111
import java.util.Arrays;
1212

13-
public class Code02_Tree1 {
13+
public class Code02_PairNumber1 {
1414

1515
public static int MAXN = 50001;
1616
public static int n, k, total;

src/class183/Code04_TreeGame1.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package class183;
2+
3+
// 树上游戏,java版
4+
// 测试链接 : https://www.luogu.com.cn/problem/P2664
5+
6+
public class Code04_TreeGame1 {
7+
8+
}

0 commit comments

Comments
 (0)