11615: 求方程的解
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:3
Solved:0
Description
求方程的解。
如果有实数解,请判定实数解的个数,并输出。(保留2位小数)
如果没有是数解,请输出 no real roots 。
求根公式:
Input
输入 a,b,c 三个数的值。
Output
输出相应判定结果或解。
Sample Input Copy
1 5 2
Sample Output Copy
-0.44
-4.56