QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#102310 | #2929. Concert Rehearsal | HuangHanSheng | WA | 134ms | 27952kb | Java8 | 635b | 2023-05-02 23:24:01 | 2023-05-02 23:24:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 134ms
memory: 27916kb
input:
3 20 10 6 9 5
output:
10
result:
ok single line: '10'
Test #2:
score: 0
Accepted
time: 93ms
memory: 27868kb
input:
5 11 2 5 5 5 5 5
output:
0
result:
ok single line: '0'
Test #3:
score: 0
Accepted
time: 109ms
memory: 27884kb
input:
7 11 3 1 2 3 4 5 6 7
output:
1
result:
ok single line: '1'
Test #4:
score: -100
Wrong Answer
time: 88ms
memory: 27952kb
input:
4 8 9 2 7 2 3
output:
5
result:
wrong answer 1st lines differ - expected: '4', found: '5'