🌈 搜索
📅  最后修改于: 2022-03-11 15:04:40.480000             🧑  作者: Mango
float f = 4.5886; if (f == (int)f) printf("yes\n"); else printf("no\n");