Fixed import
parent
905723f6d0
commit
916115381b
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from fractions import gcd
|
from math import gcd
|
||||||
from itertools import combinations_with_replacement as combs
|
from itertools import combinations_with_replacement as combs
|
||||||
from math import sqrt
|
from math import sqrt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue