QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#872116 | #8768. Arrested Development | GuanYunchang | WA | 29ms | 980332kb | C++20 | 823b | 2025-01-25 23:40:22 | 2025-01-25 23:40:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 29ms
memory: 980208kb
input:
4 100 1 1 90 1 20 1 20
output:
3
result:
ok single line: '3'
Test #2:
score: -100
Wrong Answer
time: 23ms
memory: 980332kb
input:
2 314 1 592 6
output:
6
result:
wrong answer 1st lines differ - expected: '7', found: '6'