int main(void) { float f=10.1f; int i =(int)f; printf("%d\n",f); printf("%d\n",i); return EXIT_SUCCESS;}
两次打出的结果不一样
书旅
Ausonsir
望远
相关分类