QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#360527#5466. Permutation Compressionucup-team960WA 1ms3748kbC++172.2kb2024-03-21 21:02:392024-03-21 21:02:40

详细

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3748kb

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
YES
YES

result:

wrong answer 3rd lines differ - expected: 'NO', found: 'YES'