标签: c
int main() { float b=123.1265; printf("%f\t",b); return 0; }
OUTPUT是123.126503
现在我的问题是这个03在输出中的位置.. 我尝试了随机数,但每次我得到随机输出而不是我指定的值..