QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#792949 | #9787. Shrek's Song of the Swamp | HuangHanSheng | WA | 0ms | 3620kb | C++23 | 1.1kb | 2024-11-29 15:17:05 | 2024-11-29 15:17:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3596kb
input:
9 1 2 3 1 3 1 2 3 2
output:
5
result:
ok 1 number(s): "5"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3620kb
input:
6 3 4 10 1 -3 5
output:
1
result:
wrong answer 1st numbers differ - expected: '0', found: '1'