不懂就问
为什么浮点型的数据,用整形的方式输出都是0呢?#include<stdio.h>
void main()
{float a=3.00000;
printf("%d",a);
}
输出结果:0
2008-07-29 10:11
2008-07-29 11:25

2008-07-29 11:43
2008-07-29 14:07
2008-07-29 14:16
2008-07-29 14:30
2008-07-29 14:53

2008-07-29 20:22

2008-07-30 12:03
2008-07-30 12:29