QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#151391#5561. Improving ITGuanYunchangWA 1ms3568kbC++231.1kb2023-08-26 16:58:292023-08-26 16:58:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3568kb

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: -100
Wrong Answer
time: 0ms
memory: 3524kb

input:

3 2
200 300 400
400 300 200
300 500

output:

100

result:

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