QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#219078#6301. Minimum Suffixucup-team1005WA 0ms9976kbC++141.8kb2023-10-18 23:45:462023-10-18 23:45:47

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

result:

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