程序错误评测系统
登陆
注册
意见反馈
关于
练习专区
今天的一小步就是明天的一大步
Problem 1946 点到直线距离
Accepted: 0
Total Submit: 0
Time Limit: 1000ms
Memory Limit: 30720KB
Description
点到直线距离公式:一点P(x0,y0)到直线l:Ax+By+C=0的距离为:
Input
输入多组数据,每组一行,每行5个整数,顺序依次为x0,y0,A,B,C。
Output
输出x0,y0到直线l的距离。结果保留2位小数。
Sample Input
0 5 2 -1 0 2 3 3 4 2
Sample Output
2.24 4.00
Hint
提交
返回