QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#547261#8838. Jesse's Jobucup-team4296WA 0ms3604kbC++20969b2024-09-04 19:50:432024-09-04 19:50:43

詳細信息

Test #1:

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

input:

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

output:

0
1
1 
4
1
1 
4
3
1 3 4 

result:

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