For given two sides of a triangle a and b and the angle C between them, calculate the following properties:
The length of a, the length of b and the angle C are given in integers.
Print S, L and h in a line respectively. The output should not contain an absolute error greater than 10-4.
4 3 90
6.00000000 12.00000000 3.00000000