QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#113324 | #2169. 'S No Problem | xiaowuc1 | WA | 1ms | 3560kb | C++17 | 5.7kb | 2023-06-17 05:39:17 | 2023-06-17 05:39:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3452kb
input:
5 1 2 1 1 3 2 1 4 3 1 5 4
output:
10
result:
ok single line: '10'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3516kb
input:
6 6 2 1 4 6 1 3 1 1 1 5 1 1 6 10
output:
15
result:
ok single line: '15'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3560kb
input:
6 1 3 1 3 2 1 3 4 10 5 4 1 4 6 1
output:
16
result:
wrong answer 1st lines differ - expected: '15', found: '16'