QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#301874#6301. Minimum Suffixucup-team965#WA 1ms3432kbC++171022b2024-01-10 13:42:322024-01-10 13:42:32

详细

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'