QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#219132#6301. Minimum Suffixucup-team1005WA 0ms10196kbC++142.2kb2023-10-19 07:29:382023-10-19 07:29:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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 
2 1 2 
2 2 1 

result:

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