QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#71292#3840. Pass the Ball!ZhaoZiLongWA 2ms5524kbC++202.3kb2023-01-09 15:50:422023-01-09 15:50:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 5524kb

input:

4 4
2 4 1 3
1
2
3
4

output:

25
20
25
30

result:

ok 4 lines

Test #2:

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

input:

3 6
2 3 1
1
2
3
999999998
999999999
1000000000

output:

11
10
13
10
13
11

result:

wrong answer 2nd lines differ - expected: '11', found: '10'