QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#140819#1831. BruteforceqsceszthnWA 12ms253136kbC++142.2kb2023-08-16 20:54:192023-08-16 20:54:23

详细

Test #1:

score: 100
Accepted
time: 11ms
memory: 251908kb

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: 12ms
memory: 253136kb

input:

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

output:

0
0
0
0

result:

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