http://judge.codingtang.com/problem/1254/
y=sqrt(x); z=5490*y;
1
核心部分
x=sqrt(5490.0/3830)-1; y=5490*(1+x);
x、y是float
printf("%2.f",y);