QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#151345#5561. Improving ITZhangYiDeWA 4ms24468kbC++201.8kb2023-08-26 16:39:302023-08-26 16:39:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 4ms
memory: 24152kb

input:

4 3
1000 900 800 900
700 600 500 400
1200 1200 1300
600 500

output:

100

result:

ok single line: '100'

Test #2:

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

input:

3 2
200 300 400
400 300 200
300 500

output:

-400

result:

ok single line: '-400'

Test #3:

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

input:

1 1
145669255 454927004

output:

-1

result:

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