示例#1
0
 def count(n, k, f):
     return len(list(necklaces(n, k, f)))
示例#2
0
 def count(n, k, f):
     return len(list(necklaces(n, k, f)))