Skip to content

Commit 9b8ecee

Browse files
committed
modify code
1 parent 4169951 commit 9b8ecee

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

src/class183/Code03_Message1.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/P6626
5+
6+
public class Code03_Message1 {
7+
8+
}

src/class183/Code04_Capital1.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/P7215
5+
6+
public class Code04_Capital1 {
7+
8+
}

src/class183/Code03_Tree1.java renamed to src/class183/Code05_Tree1.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 Code03_Tree1 {
13+
public class Code05_Tree1 {
1414

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

src/class183/Code04_CloseVertices1.java renamed to src/class183/Code06_CloseVertices1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
// 测试链接 : https://codeforces.com/problemset/problem/293/E
66
// 提交以下的code,提交时请把类名改成"Main",可以通过所有测试用例
77

8-
public class Code04_CloseVertices1 {
8+
public class Code06_CloseVertices1 {
99

1010
}

src/class183/Code05_Maschera1.java renamed to src/class183/Code07_Maschera1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import java.io.OutputStreamWriter;
1010
import java.io.PrintWriter;
1111

12-
public class Code05_Maschera1 {
12+
public class Code07_Maschera1 {
1313

1414
public static int MAXN = 100001;
1515
public static int n, l, r, total;

0 commit comments

Comments
 (0)