cwbe coordinatez:
101
63540
2076399
856608
4857954
4858151
4858210
4858425
4858491
4858530
6386100

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
K|my_K|given_K
last
commanders
polls

total descendants::2
total children::1
show[ 2 | 3] flat


prvocisla

def divi(a):
  for i in range(2,int(sqrt(a))+1):
    if not a%i: return [i]+divi(a/i)
  return [a]