QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#515145#4883. Bayan TestingMaMengQiWA 1ms5748kbC++204.0kb2024-08-11 15:31:482024-08-11 15:31:49

詳細信息

Test #1:

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

input:

3
2 1
1 1
2 2
6 2
1 3
4 6
2 4
3 5
4 3
1 2
1 1
2 2
2 3
3 3
3 4

output:

-1
1 2 3 4 5 5
1 1 1 1

result:

wrong answer the number of segments with two equal elements is 1 != 2 (test case 2)