質問編集履歴
1
タイトル
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
atcoder150
|
1
|
+
atcoder150bが分からず困ってます
|
test
CHANGED
@@ -14,6 +14,8 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
+
```python
|
18
|
+
|
17
19
|
import itertools
|
18
20
|
|
19
21
|
|
@@ -27,3 +29,5 @@
|
|
27
29
|
**ls = list(itertools.permutations(range(1,n+1)))** #順列生成
|
28
30
|
|
29
31
|
print(abs(ls.index(p)-ls.index(q)))
|
32
|
+
|
33
|
+
```
|