QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#706697#5466. Permutation Compressionucup-team5079#WA 0ms3768kbC++203.4kb2024-11-03 13:01:302024-11-03 13:01:31

详细

Test #1:

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

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:

YES
NO
NO

result:

wrong answer 2nd lines differ - expected: 'YES', found: 'NO'