求绝对值如何改啊?
											#include<stdio.h>#include<math.h>
int main(void)
{
double x,s;
s = fabs( x);
printf("%.2f\n",s);
return 0;
}求绝对值如何改(结果保留两位小数)
 2013-10-22 14:20
	    2013-10-22 14:20
   2013-10-22 15:27
	    2013-10-22 15:27
   2013-10-22 16:01
	    2013-10-22 16:01
  
 2013-10-23 17:53
	    2013-10-23 17:53
   少用一枚变量
少用一枚变量										
					
	
 2013-10-27 20:10
	    2013-10-27 20:10