QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#871173#8618. Have You Seen This Subarray?ucup-team878#WA 0ms3712kbC++202.2kb2025-01-25 19:45:392025-01-25 19:45:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3712kb

input:

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

output:

0
3
0
2
3

result:

wrong answer 1st numbers differ - expected: '1', found: '0'