Skip to content

Commit d7f222e

Browse files
authored
Update 7.py
1 parent 10d944a commit d7f222e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10/7.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def union_parent(parent, a, b):
2121
for i in range(0, n + 1):
2222
parent[i] = i
2323

24-
# 각 연산을 하나씩 확인한다.
24+
# 각 연산을 하나씩 확인
2525
for i in range(m):
2626
oper, a, b = map(int, input().split())
2727
# 합치합(Union) 연산인 경우

0 commit comments

Comments
 (0)