質問編集履歴
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -9,6 +9,8 @@
|
|
9
9
|
#時間切れコード
|
10
10
|
|
11
11
|
```Python
|
12
|
+
|
13
|
+
from itertools import groupby
|
12
14
|
|
13
15
|
from math import factorial
|
14
16
|
|
@@ -64,6 +66,8 @@
|
|
64
66
|
|
65
67
|
```Python
|
66
68
|
|
69
|
+
from itertools import groupby
|
70
|
+
|
67
71
|
from math import factorial
|
68
72
|
|
69
73
|
def comb(n, k):
|