QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#398897#8079. Range Periodicity QuerymekoszcWA 8ms34604kbC++141.6kb2024-04-25 19:36:112024-04-25 19:36:11

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

4 1
9 1
3 2
2 3
3 524288
4 524288
7 3
9 524288
1 4
6 5
1 524288
6 524288
8 6
5 7
1
1
2
-1
3
6

result:

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