eolymp
bolt
Try our new interface for solving problems
Problems

Cat, dog and hare

Cat, dog and hare

Cat and dog together weigh a kg, dog and hare weigh b kg, cat and hare weigh c kg. What is the weight of cat, dog and hare separately?

Input

One line contains three integers a, b, c.

Output

Print three numbers - the weight of cat, dog and hare with 2 decimal digits.

Time limit 1 second
Memory limit 122.17 MiB
Input example #1
4 5 3
Output example #1
1.00 3.00 2.00