#include <stdio.h>void main(){ float x=1000.6f; float y=1000.5f; printf("x=%f y=%f \n",x,y); }/* 以上程序在VC++6.0运行时,结果是:x=1000.599976 &...
阅读全文
2008
07-02