QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#714999#8838. Jesse's Jobucup-team4796#WA 0ms5656kbC++201.8kb2024-11-06 09:48:522024-11-06 09:48:53

详细

Test #1:

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

input:

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

output:

0
1
1
4
2
1 2 
4
2
1 6


result:

wrong answer Participant didn't find permutation (test case 3)