Construct a triangle 2
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 122.174 megabytes
Construct a triangle given two angles and the side between them.
Input
Three real numbers - the length of a side of triangle and two adjacent to it angles in degrees. The lengths of the sides are positive numbers not exceeding 10^4
, the angle is a positive number smaller than 180.
Output
Print 6 real numbers - the coordinates of the vertices of any triangle corresponding to the given input data with an accuracy at least 6 decimal digits.
Examples
Input #1
Answer #1
Submissions 382
Acceptance rate 32%