Skip to content

Commit 6d615d9

Browse files
authored
Update 3.py
1 parent 9f8c64b commit 6d615d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

14/3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ def solution(N, stages):
22
answer = []
33
length = len(stages)
44

5+
# 스테이지 번호를 1부터 N까지 증가시키며
56
for i in range(1, N + 1):
67
# 해당 스테이지에 머물러 있는 사람의 수 계산
78
count = stages.count(i)

0 commit comments

Comments
 (0)