QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#140845#1831. BruteforceqsceszthnWA 3ms24056kbC++142.1kb2023-08-16 21:15:352023-08-16 21:15:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 24056kb

input:

3 1 1
2 2 8
2
2 5
3 6

output:

36
30

result:

ok 2 number(s): "36 30"

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 23916kb

input:

4 2 2
1 3 3 7
4
1 1
2 4
3 8
4 8

output:

75
80
109
14

result:

wrong answer 3rd numbers differ - expected: '103', found: '109'