QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#144643#4186. Card TradingZhangYiDeWA 1ms5888kbC++141.7kb2023-08-21 17:25:122023-08-21 17:25:13

詳細信息

Test #1:

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

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: -100
Wrong Answer
time: 0ms
memory: 5888kb

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:

14.78 35.06

result:

wrong answer Wrong answer: Author price / turnover mismatch (Only 1 fulfilled orders for a total turnover of 14.78 instead of 35.06).