Skip to content

Commit 38ea112

Browse files
authored
Update 5.py
1 parent b33d163 commit 38ea112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

18/5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
if indegree[i] == 0:
6767
q.append(i)
6868

69-
# 사이클이 발생하는 경우 (일관성이 없는 경우)
69+
# 사이클이 발생하는 경우(일관성이 없는 경우)
7070
if cycle:
7171
print("IMPOSSIBLE")
7272
# 위상 정렬 결과가 여러 개인 경우

0 commit comments

Comments
 (0)