Skip to content

Commit d70c51d

Browse files
authored
Update 6.py
1 parent 402acb0 commit d70c51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7/6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# N(가게의 부품 개수) 입력
22
n = int(input())
3-
array = [0] * 1000000
3+
array = [0] * 1000001
44

55
# 가게에 있는 전체 부품 번호를 입력 받아서 기록
66
for i in input().split():

0 commit comments

Comments
 (0)