float x = 11.20;int y = (int)x;int z = (int)(100 * (x - y));cout<<z;z为什么会是19, 而不是20呢?
慕侠2389804
qq_笑_17
相关分类