QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#151338#5561. Improving ITZhaoZiLongWA 2ms3860kbC++20869b2023-08-26 16:37:512023-08-26 16:37:53

详细

Test #1:

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

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: 1ms
memory: 3752kb

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: 2ms
memory: 3860kb

input:

1 1
145669255 454927004

output:

-3.09258e+08

result:

wrong answer 1st lines differ - expected: '-309257749', found: '-3.09258e+08'