UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101993#1677. 斐波那契数列(基础版)lyy1001ms1188kbC++225b2020-02-26 20:51:322020-02-26 20:51:34

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

10

output:

55

result:

ok single line: '55'

Test #2:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

8

output:

21

result:

ok single line: '21'

Test #3:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

18

output:

2584

result:

ok single line: '2584'

Test #4:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

6

output:

8

result:

ok single line: '8'

Test #5:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

16

output:

987

result:

ok single line: '987'

Test #6:

score: 5
Accepted
time: 1ms
memory: 1184kb

input:

20

output:

6765

result:

ok single line: '6765'

Test #7:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

14

output:

377

result:

ok single line: '377'

Test #8:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

12

output:

144

result:

ok single line: '144'

Test #9:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

2

output:

1

result:

ok single line: '1'

Test #10:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

4

output:

3

result:

ok single line: '3'

Test #11:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

11

output:

89

result:

ok single line: '89'

Test #12:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

9

output:

34

result:

ok single line: '34'

Test #13:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

17

output:

1597

result:

ok single line: '1597'

Test #14:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

7

output:

13

result:

ok single line: '13'

Test #15:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

19

output:

4181

result:

ok single line: '4181'

Test #16:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

15

output:

610

result:

ok single line: '610'

Test #17:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

13

output:

233

result:

ok single line: '233'

Test #18:

score: 5
Accepted
time: 0ms
memory: 1184kb

input:

3

output:

2

result:

ok single line: '2'

Test #19:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

5

output:

5

result:

ok single line: '5'

Test #20:

score: 5
Accepted
time: 0ms
memory: 1188kb

input:

1

output:

1

result:

ok single line: '1'