QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#360434#5466. Permutation Compressionucup-team960WA 0ms4084kbC++173.1kb2024-03-21 19:32:172024-03-21 19:32:18

详细

Test #1:

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

input:

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

output:


result:

wrong answer 1st lines differ - expected: 'YES', found: ''