QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#219078#6301. Minimum Suffixucup-team1005WA 0ms9976kbC++141.8kb2023-10-18 23:45:462023-10-18 23:45:47

详细

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'