int main(void) { float f=10.1f; int i =(int)f; printf("%d\n",f); printf("%d\n",i); return EXIT_SUCCESS;}两次打出的结果不一样 查看完整描述