Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -19,13 +19,13 @@ F iscolorful(n)
|
|||
|
||||
print(‘Colorful numbers for 1:25, 26:50, 51:75, and 76:100:’)
|
||||
L(i) (1.<101).step(25)
|
||||
L(j) 25
|
||||
L(j) 0.<25
|
||||
I iscolorful(i + j)
|
||||
print(f:‘{commatize(i + j): 5}’, end' ‘’)
|
||||
print(f:‘{commatize(i + j):5}’, end' ‘’)
|
||||
print()
|
||||
|
||||
V csum = 0
|
||||
L(i) 8
|
||||
L(i) 0.<8
|
||||
V j = I i == 0 {0} E 10 ^ i
|
||||
V k = 10 ^ (i + 1) - 1
|
||||
V n = sum((j .. k).map(x -> Int(iscolorful(x))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue