QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#152015 | #4995. Highest Hill | HuangHanSheng | WA | 1ms | 3444kb | C++17 | 1.4kb | 2023-08-27 15:59:46 | 2023-08-27 15:59:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3340kb
input:
11 0 1 2 3 4 5 4 3 2 1 0
output:
5
result:
ok single line: '5'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3428kb
input:
10 29 85 88 12 52 37 19 86 7 44
output:
67
result:
ok single line: '67'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3396kb
input:
3 2147483647 318000000000 2147483647
output:
315852516353
result:
ok single line: '315852516353'
Test #4:
score: 0
Accepted
time: 1ms
memory: 3444kb
input:
3 1 1 1
output:
0
result:
ok single line: '0'
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3376kb
input:
7 7 5 7 6 7 6 6
output:
2
result:
wrong answer 1st lines differ - expected: '1', found: '2'