Skip to content

Commit f51c55f

Browse files
committed
fix: 3-5 #4
1 parent af23641 commit f51c55f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3-week3/4/JustKode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def union(u, v):
121121
union(u, v)
122122
cost += weight
123123
edges += 1
124-
print(cost)
125124

126125
if cost >= 1000:
127126
print(-1)

0 commit comments

Comments
 (0)