QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#510629#5199. Amazing TrickGuanYunchangWA 0ms3756kbC++171.6kb2024-08-09 10:06:252024-08-09 10:06:26

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3756kb

input:

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

output:

Possible
1 2
2 1
Possible
3 1 2
2 3 1
Possible
1 2 3 4
2 1 4 3
Possible
1 2 3 4 5
2 4 5 3 1

result:

wrong answer Permutation has fixed point: 1 (test case 1)