QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#95135#5681. Caravan Trip PlansMaMengQiWA 1ms3516kbC++98675b2023-04-09 09:10:292023-04-09 09:13:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3324kb

input:

5 1
2 3 5 7 11
3 7

output:

10

result:

ok single line: '10'

Test #2:

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

input:

8 3
2 3 5 7 11 13 17 19
3 7
5 15
8 24

output:

1287

result:

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