求帮助,新人求吧帮助
#include <stdio.h>#include <stdlib.h>
int main()
{
float a,b,c;
a=10.1;
b=10;
c=a*(b*b);
printf("%d",c);
system("pause");
return 0;
}
输出结果为什么是536870912
2019-10-13 11:46
2019-10-13 12:11
2019-10-13 22:38