質問編集履歴

1

エラー内容に誤字があったので修正しました。

2017/01/23 06:12

投稿

M.Kaz
M.Kaz

スコア13

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  File "Main.py", line 7, in <module>
44
44
 
45
- N_list[i-1] = [int(i) for i in input().split()]
45
+ N_list[i] = [int(i) for i in input().split()]
46
46
 
47
47
  IndexError: list assignment index out of range
48
48