Skip to content

Commit 4a69d21

Browse files
committed
modify code
1 parent f221129 commit 4a69d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/class165/Code03_Envy1.java

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

3-
// k条边同在最小生成树里,java版
3+
// 同在最小生成树里,java版
44
// 测试链接 : https://www.luogu.com.cn/problem/CF891C
55
// 测试链接 : https://codeforces.com/problemset/problem/891/C
66
// 提交以下的code,提交时请把类名改成"Main",可以通过所有测试用例

src/class165/Code03_Envy2.java

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

3-
// k条边同在最小生成树里,C++版
3+
// 同在最小生成树里,C++版
44
// 测试链接 : https://www.luogu.com.cn/problem/CF891C
55
// 测试链接 : https://codeforces.com/problemset/problem/891/C
66
// 如下实现是C++的版本,C++版本和java版本逻辑完全一样

0 commit comments

Comments
 (0)