QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#175621 | #7185. Poor Students | ucup-team026 | WA | 1ms | 3640kb | C++20 | 2.3kb | 2023-09-10 20:46:35 | 2023-09-10 20:46:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3580kb
input:
6 2 1 2 1 3 1 4 1 5 1 6 1 7 3 4
output:
12
result:
ok answer is '12'
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3640kb
input:
3 3 1 2 3 2 4 6 6 5 4 1 1 1
output:
7
result:
wrong answer expected '8', found '7'