Skip to content

Commit 24824fd

Browse files
committed
modify code
1 parent 45c780a commit 24824fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/class166/Code06_ConnectedGraph1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package class166;
22

3-
// 连通图
3+
// 连通图,java版
44
// 测试链接 : https://www.luogu.com.cn/problem/P5227
55
// 提交以下的code,提交时请把类名改成"Main",可以通过所有测试用例
66

src/class166/Code07_PaintingEdges1.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package class166;
22

3-
// 边的涂色
3+
// 边的涂色,java版
44
// 测试链接 : https://www.luogu.com.cn/problem/CF576E
55
// 提交以下的code,提交时请把类名改成"Main",可以通过所有测试用例
66
public class Code07_PaintingEdges1 {

0 commit comments

Comments
 (0)