QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#145544#4186. Card TradingZhangYiDeWA 1ms3744kbC++17915b2023-08-22 14:17:342023-08-22 14:17:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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: 1ms
memory: 3692kb

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.26000000 21.04000000 

result:

wrong answer Wrong answer: Price is formatted incorrectly (5.26000000).