QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#31958#1817. AND Permutationsmax#WA 3ms3580kbC++232.1kb2022-05-14 04:50:032022-05-14 04:50:05

详细

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 3580kb

input:

6
0
1
4
5
2
6

output:

0
1
4
5
2
6

result:

wrong answer Bit and of corresponding values not zero.