QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#558125#7904. Rainbow Subarrayrotcar08WA 1ms7984kbC++142.1kb2024-09-11 14:19:062024-09-11 14:19:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5
7 5
7 2 5 5 4 11 7
6 0
100 3 4 5 99 100
5 6
1 1 1 1 1
5 50
100 200 300 400 500
1 100
3

output:

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

result:

wrong answer 1st lines differ - expected: '4', found: '1 7'