QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#458103#8838. Jesse's Jobucup-team154#WA 0ms3668kbC++201.8kb2024-06-29 15:49:432024-06-29 15:49:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

1
1 
4
2
1 2 
3
1 3 4 

result:

wrong answer Integer element pos[1] equals to 4, violates the range [1, 2] (test case 1)