QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#557900#8820. Exchanging Kubic 2ZhangYiDeWA 39ms19080kbC++141.5kb2024-09-11 12:01:272024-09-11 12:01:28

詳細信息

Test #1:

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

input:

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

output:

0

result:

ok "0"

Test #2:

score: -100
Wrong Answer
time: 39ms
memory: 19080kb

input:

5
4 1 2 3 7
4 5 7 8 9
4 2 3 6 9
5 0 1 4 7 9
8 0 1 2 3 6 7 8 9

output:

88

result:

wrong answer 1st words differ - expected: '16', found: '88'