QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#521707 | #6606. The Boomsday Project | GuanYunchang | WA | 0ms | 9932kb | C++17 | 1.2kb | 2024-08-16 14:05:22 | 2024-08-16 14:05:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 9932kb
input:
2 1 10 1 3 12 1 2 9 1 10
output:
42
result:
ok 1 number(s): "42"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 7956kb
input:
2 4 10 1 3 12 1 2 9 1 3 2 3 3 3 4 1
output:
42
result:
wrong answer 1st numbers differ - expected: '45', found: '42'