Fibonacci

Submit

Your name:
File:
Open code-statistics:

Language is selected by the extension of the file. See the list of supported languages to know the extension of your language.

Problem

Print F2 to F_(n-1) Fibonacci numbers

Here n signifies n numbers

Example if n is 20, you print 20 Fibonacci numbers

The inputted name must be your team name
and the language must be python 3

We hope you have fun

Options

rejudge feature is enabled

now post-mortem time, all source codes will be revealed

Sample input:_

20

Sample output:

0
1
1
2
3
5
8
13
21
34
55
89
144
233
377
610
987
1597
2584
4181

Sample input:_

40

Sample output:

0
1
1
2
3
5
8
13
21
34
55
89
144
233
377
610
987
1597
2584
4181
6765
10946
17711
28657
46368
75025
121393
196418
317811
514229
832040
1346269
2178309
3524578
5702887
9227465
14930352
24157817
39088169
63245986

Sample input:_

50

Sample output:

0
1
1
2
3
5
8
13
21
34
55
89
144
233
377
610
987
1597
2584
4181
6765
10946
17711
28657
46368
75025
121393
196418
317811
514229
832040
1346269
2178309
3524578
5702887
9227465
14930352
24157817
39088169
63245986
102334155
165580141
267914296
433494437
701408733
1134903170
1836311903
2971215073
4807526976
7778742049

Ranking

Ruby _

RankUserSizeTimeDateStatistics
1ant400.05282022/04/02 01:57:490B / 23B / 15B

Python _

RankUserSizeTimeDateStatistics
1Team Titans800.08922021/02/28 08:40:340B / ?B / ?B
2Noobros840.09132021/02/28 01:00:150B / ?B / ?B
3Logic Leads1790.09172021/02/28 05:21:4510B / ?B / ?B
4BugCreators3570.09332021/02/27 20:33:5918B / ?B / ?B

Python3 _

RankUserSizeTimeDateStatistics
1Internal Server Error590.13702021/02/28 05:54:300B / 34B / 24B
2LeoCode640.14112021/02/28 05:23:020B / ?B / ?B
3Prajwal Adsul640.13822021/02/28 05:23:470B / ?B / ?B
4Team Titans800.13972021/02/28 08:40:020B / ?B / ?B
5Noobros840.13842021/02/28 01:00:250B / ?B / ?B
6BugCreators1100.14622021/02/28 02:57:150B / ?B / ?B
7Dingledooper470.14062021/03/01 05:57:250B / 26B / 20B
8lynn480.14112021/03/01 02:45:120B / 27B / 19B

Jelly _

RankUserSizeTimeDateStatistics
1Erik the Outgolfer60.44822021/05/20 20:06:413B / 2B / 1B

AWK _

RankUserSizeTimeDateStatistics
1Fleur410.04112021/06/04 08:50:300B / ?B / ?B

gs2 _

RankUserSizeTimeDateStatistics
1whio100.20662021/03/11 03:42:533B / 7B / 0B

Nibbles _

RankUserSizeTimeDateStatistics
1darrenks60.04792022/01/12 11:15:164B / ?B / ?B

Language Ranking_

RankLangUserSizeScore
1JellyErik the Outgolfer610000
2Nibblesdarrenks610000
3gs2whio106000
4Rubyant401500
5AWKFleur411463
6Python3Dingledooper471276
7PythonTeam Titans80750

return to the top page