QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#73315#1441. Special GamelarryzhongWA 2ms3460kbC++171.1kb2023-01-23 18:50:512023-01-23 18:50:52

详细

Test #1:

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

input:

3
1 2 5
3 4 6

output:

1

result:

ok "1"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3460kb

input:

2
4 3
1 2

output:

2

result:

ok "2"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3460kb

input:

1
1
2

output:

0

result:

ok "0"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3316kb

input:

9
2 12 10 3 4 7 17 14 16
6 1 13 11 9 15 18 8 5

output:

5

result:

ok "5"

Test #5:

score: 0
Accepted
time: 2ms
memory: 3440kb

input:

9
1 3 2 14 15 13 8 6 7
12 11 4 17 9 5 18 10 16

output:

3

result:

ok "3"

Test #6:

score: 0
Accepted
time: 2ms
memory: 3360kb

input:

4
2 8 1 7
5 6 3 4

output:

2

result:

ok "2"

Test #7:

score: 0
Accepted
time: 2ms
memory: 3380kb

input:

10
9 17 7 11 14 13 2 3 16 1
20 10 6 15 5 8 4 12 18 19

output:

4

result:

ok "4"

Test #8:

score: -100
Wrong Answer
time: 0ms
memory: 3432kb

input:

10
20 14 10 4 13 6 8 12 18 16
3 19 9 11 17 5 7 1 2 15

output:

4

result:

wrong answer 1st words differ - expected: '6', found: '4'