#include <stdio.h>
main()
{
float x;
scanf("%f",&x);
x=(int)(x*100+0.5)/100.0;
printf("%0.3f",x);
}
double x;
onemoo
阿臣儿
相关分类