QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#870640#8618. Have You Seen This Subarray?ucup-team3602#WA 0ms3712kbC++206.8kb2025-01-25 17:10:082025-01-25 17:10:08

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:

1000000000
1000000000
1000000000
1000000000
1000000000

result:

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