ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#94470 | #1677. 斐波那契数列(基础版) | wzc10086 | 80 | 96ms | 9380kb | C++ | 293b | 2020-02-18 12:06:30 | 2020-02-18 12:06:31 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
10
output:
55
result:
ok single line: '55'
Test #2:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
8
output:
21
result:
ok single line: '21'
Test #3:
score: 0
Wrong Answer
time: 3ms
memory: 9376kb
input:
18
output:
584
result:
wrong answer 1st lines differ - expected: '2584', found: '584'
Test #4:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
6
output:
8
result:
ok single line: '8'
Test #5:
score: 5
Accepted
time: 4ms
memory: 9376kb
input:
16
output:
987
result:
ok single line: '987'
Test #6:
score: 0
Wrong Answer
time: 7ms
memory: 9380kb
input:
20
output:
765
result:
wrong answer 1st lines differ - expected: '6765', found: '765'
Test #7:
score: 5
Accepted
time: 0ms
memory: 9380kb
input:
14
output:
377
result:
ok single line: '377'
Test #8:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
12
output:
144
result:
ok single line: '144'
Test #9:
score: 5
Accepted
time: 7ms
memory: 9380kb
input:
2
output:
1
result:
ok single line: '1'
Test #10:
score: 5
Accepted
time: 7ms
memory: 9380kb
input:
4
output:
3
result:
ok single line: '3'
Test #11:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
11
output:
89
result:
ok single line: '89'
Test #12:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
9
output:
34
result:
ok single line: '34'
Test #13:
score: 0
Wrong Answer
time: 3ms
memory: 9376kb
input:
17
output:
597
result:
wrong answer 1st lines differ - expected: '1597', found: '597'
Test #14:
score: 5
Accepted
time: 3ms
memory: 9380kb
input:
7
output:
13
result:
ok single line: '13'
Test #15:
score: 0
Wrong Answer
time: 0ms
memory: 9376kb
input:
19
output:
181
result:
wrong answer 1st lines differ - expected: '4181', found: '181'
Test #16:
score: 5
Accepted
time: 0ms
memory: 9376kb
input:
15
output:
610
result:
ok single line: '610'
Test #17:
score: 5
Accepted
time: 7ms
memory: 9380kb
input:
13
output:
233
result:
ok single line: '233'
Test #18:
score: 5
Accepted
time: 3ms
memory: 9376kb
input:
3
output:
2
result:
ok single line: '2'
Test #19:
score: 5
Accepted
time: 7ms
memory: 9376kb
input:
5
output:
5
result:
ok single line: '5'
Test #20:
score: 5
Accepted
time: 3ms
memory: 9376kb
input:
1
output:
1
result:
ok single line: '1'