Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
n = 20
|
||||
aList = list(n)
|
||||
aList[1] = 1
|
||||
aList[2] = 1
|
||||
for i = 1 to n
|
||||
if i >= 3 aList[i] = ( aList[i - aList[i-1]] + aList[i - aList[i-2]] ) ok
|
||||
if i <= 20 see "n = " + string(i) + " : "+ aList[i] + nl ok
|
||||
next
|
||||
Loading…
Add table
Add a link
Reference in a new issue