QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#486867 | #1820. Contest Construction | 415411# | WA | 6ms | 27508kb | C++14 | 1.5kb | 2024-07-22 09:28:45 | 2024-07-22 09:28:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 5820kb
input:
5 4 2 1 4 3 5
output:
4
result:
ok answer is '4'
Test #2:
score: 0
Accepted
time: 1ms
memory: 5680kb
input:
8 5 1 2 3 5 8 13 21 34
output:
4
result:
ok answer is '4'
Test #3:
score: -100
Wrong Answer
time: 6ms
memory: 27508kb
input:
50 18 543 654 76 654 45 89879 5465 52534 65 76 987 54 342 76 897 98 78 765 653 763 532 654 543 432 653 754 876 9786 653 836 346 76 235 765 2543 765 443 76 7654 25 65 765 543 543 7654 54 3 76 43 54
output:
277974076672
result:
wrong answer expected '10783193', found '277974076672'