QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#144816 | #4186. Card Trading | ZhaoZiLong | WA | 1ms | 3780kb | C++17 | 817b | 2023-08-21 19:04:50 | 2023-08-21 19:04:52 |
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: 3608kb
input:
5 12.00 0 3 11.99 2 0 11.98 5 0 10.00 1 0 12.01 0 6
output:
impossible
result:
ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 3780kb
input:
6 2.85 14 0 4.50 0 1 5.26 3 3 6.17 1 0 14.78 0 2 21.04 1 0
output:
5.26 21.04
result:
ok
Test #3:
score: 0
Accepted
time: 1ms
memory: 3732kb
input:
6 2.85 14 0 4.50 0 1 5.26 2 3 14.78 0 2 1.83 0 1 21.04 1 0
output:
21.04 21.04
result:
ok
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3724kb
input:
2 17.10 2 19 29.05 20 11
output:
29.05 29.05
result:
wrong answer Wrong answer: Author price / turnover mismatch (Only 20 fulfilled orders for a total turnover of 581.00 instead of 29.05).