QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#747860#3861. Il Derby della MadonninaGuanYunChang WA 0ms3828kbC++1713.6kb2024-11-14 18:30:342024-11-14 18:30:36

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 2
5 10 15
7 17 29

output:

2

result:

ok single line: '2'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3536kb

input:

5 1
5 7 8 11 13
3 3 -2 -2 4

output:

3

result:

ok single line: '3'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3532kb

input:

1 2
3
7

output:

1

result:

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