QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#459399 | #8834. Formal Fring | ucup-team1002# | WA | 0ms | 3812kb | C++23 | 1.9kb | 2024-06-30 03:13:14 | 2024-06-30 03:13:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3812kb
input:
10
output:
1 1 2 1 1 3 6 1 1 2
result:
ok 10 numbers
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3548kb
input:
70
output:
1 1 2 1 1 3 6 1 1 2 2 5 5 13 25 1 1 2 2 4 4 8 8 17 17 34 34 71 71 154 209 1 1 2 2 4 4 8 8 16 16 32 32 64 64 128 128 257 257 514 514 1028 1028 2056 2056 4115 4115 8230 8230 16472 16472 32999 33272 1 1 2 2 4 4 8
result:
wrong answer 14th numbers differ - expected: '11', found: '13'