1 2 3 4 5 6 7 8 | BEGIN{c=split($0,s); for (n = 1; n <= c; + + n) {k=split($0,s); a=1; b=1;x=2; while(++x<=k) {t=a;a=a+b;b=t} print t}; exit} |
QkVHSU57Yz1zcGxpdCgkMCxzKTsKZm9yIChuID0gMTsgbiA8PSBjOyArICsgbikKICB7az1zcGxpdCgkMCxzKTsKYT0xOyBiPTE7eD0yOyAKd2hpbGUoKyt4PD1rKSAKICAge3Q9YTthPWErYjtiPXR9CnByaW50IHR9OyBleGl0fQo=
-
upload with new input
-
result: Success time: 0.02s memory: 4272 kB returned value: 0
2 10 20
-
result: Success time: 0.01s memory: 4272 kB returned value: 0
2 10 20
-
result: Success time: 0.01s memory: 4272 kB returned value: 0



