回答編集履歴
1
追記
test
CHANGED
@@ -7,3 +7,7 @@
|
|
7
7
|
number_list = [int(i) for i in input().split()]
|
8
8
|
|
9
9
|
```
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
それと(厳密に調べてわけではないですが)問題等を公開するのは規約違反ではないですか?
|