Skip to content

Commit 6745b7c

Browse files
authored
Update 5.java
1 parent ca81c11 commit 6745b7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

10/5.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ public static void main(String[] args) {
7575
int a = sc.nextInt();
7676
int b = sc.nextInt();
7777
int cost = sc.nextInt();
78-
// 비용순으로 정렬하기 위해서 튜플의 첫 번째 원소를 비용으로 설정
7978
edges.add(new Edge(cost, a, b));
8079
}
8180

@@ -96,4 +95,4 @@ public static void main(String[] args) {
9695

9796
System.out.println(result);
9897
}
99-
}
98+
}

0 commit comments

Comments
 (0)