![]() |
#2
在这里爬起2013-10-22 15:27
|
#include<stdio.h>
#include<math.h>
int main(void)
{
double x,s;
s = fabs( x);
printf("%.2f\n",s);
return 0;
}求绝对值如何改(结果保留两位小数)