QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#190019 | #7231. Greedy game | LoverInTime | WA | 0ms | 3868kb | C++20 | 1.2kb | 2023-09-28 08:09:24 | 2023-09-28 08:09:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3868kb
input:
5 1 2 3 4 5 2 3 4 5 6
output:
8
result:
ok single line: '8'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3848kb
input:
10 1 1 1 1 1 1 1 1 1 1 2 3 9 5 6 6 1 2 3 4
output:
30
result:
wrong answer 1st lines differ - expected: '17', found: '30'