QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#415001#1817. AND PermutationPrinceton_TigersWA 2ms14028kbC++141.9kb2024-05-20 07:04:472024-05-20 07:04:47

详细

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 14028kb

input:

6
0
1
4
5
2
6

output:

0
6
4
2
5
1

result:

wrong answer Bit and of corresponding values not zero.