QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#151295 | #5561. Improving IT | HuangHanSheng | WA | 1ms | 5544kb | C++20 | 855b | 2023-08-26 16:24:55 | 2023-08-26 16:24:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 5444kb
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: 1ms
memory: 5544kb
input:
3 2 200 300 400 400 300 200 300 500
output:
-200
result:
wrong answer 1st lines differ - expected: '-400', found: '-200'