QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#398856#8079. Range Periodicity QuerymekoszcWA 8ms34580kbC++141.6kb2024-04-25 19:13:062024-04-25 19:13:06

详细

Test #1:

score: 0
Wrong Answer
time: 8ms
memory: 34580kb

input:

7
AABAAba
9
4 3 2 1 7 5 3 6 1
6
1 4 4
2 1 4
2 1 3
3 3 5
5 4 7
7 8 9

output:

1
1
2
-1
5
6

result:

wrong answer 5th lines differ - expected: '3', found: '5'