QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#871173#8618. Have You Seen This Subarray?ucup-team878#WA 0ms3712kbC++202.2kb2025-01-25 19:45:392025-01-25 19:45:41

详细

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'