質問編集履歴
1
URLhattenakatat
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,4 +1,6 @@
|
|
1
|
-
AtCoderの
|
1
|
+
AtCoderの
|
2
|
+
https://atcoder.jp/contests/abc092/tasks/abc092_b
|
3
|
+
この問題で、
|
2
4
|
```Python3
|
3
5
|
n = int(input())
|
4
6
|
d,x = list(map(int, input().split()))
|