QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#151292 | #5561. Improving IT | MaMengQi | WA | 2ms | 5508kb | C++20 | 864b | 2023-08-26 16:24:21 | 2023-08-26 16:24:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5508kb
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: 2ms
memory: 5432kb
input:
3 2 200 300 400 400 300 200 300 500
output:
-200
result:
wrong answer 1st lines differ - expected: '-400', found: '-200'