QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#38864 | #3310. Steel Slicing 2 | ZhaoZiLong | WA | 7ms | 16556kb | C++14 | 1.8kb | 2022-07-07 20:29:44 | 2022-07-07 20:29:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 16412kb
input:
8 1 4 4 2 3 2 5 1 6 4 4 2 2 3 5 1
output:
7
result:
ok single line: '7'
Test #2:
score: 0
Accepted
time: 7ms
memory: 16512kb
input:
5 23 15 23 17 3 22 15 3 5 1
output:
4
result:
ok single line: '4'
Test #3:
score: -100
Wrong Answer
time: 4ms
memory: 16556kb
input:
8 1 2 2 2 2 1 1 1 1 2 2 2 2 2 1 2
output:
6
result:
wrong answer 1st lines differ - expected: '4', found: '6'