数组  x[]   x是代表地址么?
											#include <stdio.h>#include <math.h>
int main()
{
double x[2], y[2];
while (scanf("%lf%lf%lf%lf", x[0], y[0], x[1], y[1]) != EOF)
printf("%.2f\n", sqrt((x[1]-x[0])*(x[1]-x[0]) + (y[1]-y[0])*(y[1]-y[0])));
return 0;
}
 2013-10-11 16:37
	    2013-10-11 16:37
   2013-10-11 17:50
	    2013-10-11 17:50
   2013-10-11 18:19
	    2013-10-11 18:19
   2013-10-11 19:26
	    2013-10-11 19:26
   2013-10-11 22:02
	    2013-10-11 22:02
   2013-10-12 08:30
	    2013-10-12 08:30
   2013-10-12 11:57
	    2013-10-12 11:57
   2013-10-12 14:19
	    2013-10-12 14:19
   2013-10-12 19:01
	    2013-10-12 19:01