We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d944a commit d7f222eCopy full SHA for d7f222e
1 file changed
10/7.py
@@ -21,7 +21,7 @@ def union_parent(parent, a, b):
21
for i in range(0, n + 1):
22
parent[i] = i
23
24
-# 각 연산을 하나씩 확인한다.
+# 각 연산을 하나씩 확인
25
for i in range(m):
26
oper, a, b = map(int, input().split())
27
# 합치합(Union) 연산인 경우
0 commit comments