QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#301874#6301. Minimum Suffixucup-team965#WA 1ms3432kbC++171022b2024-01-10 13:42:322024-01-10 13:42:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6
3
1 1 1
3
1 1 2
3
1 1 3
3
1 2 1
3
1 2 2
3
1 2 3

output:

1 2 2 
-1
1 2 1 
1 1 2 
1 1 2 
1 1 1 

result:

wrong answer 11th numbers differ - expected: '2', found: '1'