QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#878542 | #9698. Twenty-two | ucup-team138# | WA | 1ms | 10144kb | C++14 | 1.6kb | 2025-02-01 15:58:36 | 2025-02-01 15:58:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 8044kb
input:
5 2 2 4 1 3 5 2 2 4 1 3 3 2 5 5
output:
6
result:
ok 1 number(s): "6"
Test #2:
score: 0
Accepted
time: 0ms
memory: 10144kb
input:
13 2 1 12 13 4 12 9 12 11 3 13 1 3 8 10 3 9 6 7 10
output:
3
result:
ok 1 number(s): "3"
Test #3:
score: 0
Accepted
time: 0ms
memory: 8112kb
input:
16 3 2 9 16 6 15 8 7 6 3 11 12 14 9 12 13 1 2 12 15 9 1 2 10 4 5 14
output:
6
result:
ok 1 number(s): "6"
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 10108kb
input:
8 1 4 8 2 7 4 8 7 7 5 4 1 2 3 4 7 5 5 6 8 3 8 6
output:
2
result:
wrong answer 1st numbers differ - expected: '6', found: '2'