QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#515145#4883. Bayan TestingMaMengQiWA 1ms5748kbC++204.0kb2024-08-11 15:31:482024-08-11 15:31:49

Details

Tip: Click on the bar to expand more detailed information

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)