QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#878542#9698. Twenty-twoucup-team138#WA 1ms10144kbC++141.6kb2025-02-01 15:58:362025-02-01 15:58:44

詳細信息

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'