QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#742833 | #7906. Almost Convex | ucup-team5371 | WA | 0ms | 3716kb | C++20 | 4.8kb | 2024-11-13 17:25:46 | 2024-11-13 17:25:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3716kb
input:
7 1 4 4 0 2 3 3 1 3 5 0 0 2 4
output:
9
result:
ok 1 number(s): "9"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3668kb
input:
5 4 0 0 0 2 1 3 3 3 1
output:
4
result:
wrong answer 1st numbers differ - expected: '5', found: '4'