質問するログイン新規登録

質問編集履歴

1

URLhattenakatat

2019/05/09 07:16

投稿

Egoil
Egoil

スコア18

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()))