QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#524858#7937. Fast XORtingZhangYiDeWA 1ms5668kbC++171.5kb2024-08-20 09:48:072024-08-20 09:48:08

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 5668kb

input:

8
0 1 3 2 5 4 7 6

output:

2

result:

ok 1 number(s): "2"

Test #2:

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

input:

8
2 0 1 3 4 5 6 7

output:

3

result:

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