2018湖北省赛第一题



题目描述


Let  be a regualr triangle, and D is a point in the triangle. Given the angle of
Then let AD, CD and BD form a new triangle, what is the size of the three angles?

链接:https://www.nowcoder.com/acm/contest/104/A
来源:牛客网

输入描述:

 
   

Input contains multiple cases, please process to the end of input.

For each line in the input, contains three integers, $\alpha, \beta, \gamma$, which are the size of the angel , and in degree.

输出描述:

For each line of input, output one line with three numbers in ascending order, the three angles in the new triangle, your answer will be considered as correct if and only if the relative or absolute error is less than , If the new triangle cannot be formed, output -1 -1 -1 instead. 

猜你喜欢

转载自blog.csdn.net/qq_41037114/article/details/80042248