Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import "/long" for ULong
|
||||
import "/big" for BigInt
|
||||
import "/fmt" for Fmt
|
||||
import "./long" for ULong
|
||||
import "./big" for BigInt
|
||||
import "./fmt" for Fmt
|
||||
|
||||
var multipliers = [
|
||||
1, 3, 5, 7, 11, 3*5, 3*7, 3*11, 5*7, 5*11, 7*11, 3*5*7, 3*5*11, 3*7*11, 5*7*11, 3*5*7*11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue