QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#753695#7528. Effective Managementucup-team138#WA 1ms7056kbC++171.0kb2024-11-16 13:28:092024-11-16 13:28:10

詳細信息

Test #1:

score: 100
Accepted
time: 0ms
memory: 5980kb

input:

6
1 2 4 5 4 6
1 3 2 2 3 2
0
0
1 1
2 2 3
1 1
2 5 4

output:

3
6

result:

ok 2 number(s): "3 6"

Test #2:

score: 0
Accepted
time: 1ms
memory: 7056kb

input:

5
10 9 5 4 1
4 6 2 3 1
1 2
1 3
1 4
1 5
0

output:

1
3

result:

ok 2 number(s): "1 3"

Test #3:

score: 0
Accepted
time: 1ms
memory: 5964kb

input:

6
2 4 6 8 10 12
1 2 3 4 5 6
0
0
0
0
0
0

output:

1
2
3
4
5
6

result:

ok 6 numbers

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 5912kb

input:

3
999999999 1000000000 999999998
999999998 999999999 999999997
0
0
0

output:

1
2
3

result:

wrong answer 1st numbers differ - expected: '3', found: '1'