QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#583967#8838. Jesse's Jobucup-team4813#WA 12ms10896kbPython31.9kb2024-09-23 00:37:342024-09-23 00:37:36

详细

Test #1:

score: 0
Wrong Answer
time: 12ms
memory: 10896kb

input:

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

output:

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

result:

wrong answer Integer parameter [name=k] equals to 2, violates the range [1, 1] (test case 1)