QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#775107 | #9787. Shrek's Song of the Swamp | ucup-team3636# | WA | 1ms | 3816kb | C++23 | 600b | 2024-11-23 14:45:08 | 2024-11-23 14:45:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3528kb
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: 1ms
memory: 3816kb
input:
6 3 4 10 1 -3 5
output:
-1
result:
wrong answer 1st numbers differ - expected: '0', found: '-1'