We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402acb0 commit d70c51dCopy full SHA for d70c51d
7/6.py
@@ -1,6 +1,6 @@
1
# N(가게의 부품 개수) 입력
2
n = int(input())
3
-array = [0] * 1000000
+array = [0] * 1000001
4
5
# 가게에 있는 전체 부품 번호를 입력 받아서 기록
6
for i in input().split():
0 commit comments