QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#211357 | #4186. Card Trading | HuangHanSheng | WA | 0ms | 3764kb | C++23 | 1.9kb | 2023-10-12 15:21:08 | 2023-10-12 15:21:08 |
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: 0
Wrong Answer
time: 0ms
memory: 3764kb
input:
5 12.00 0 3 11.99 2 0 11.98 5 0 10.00 1 0 12.01 0 6
output:
12.00 96.00
result:
wrong answer Wrong answer: Author printed price and turnover but no sales happen at printed price.