你的编辑器有问题把!
#include "stdio.h"
int main()
{
double x=-789.123;
printf("%f",x);
return 0;
}
你的类型应该用double啊!
你的编辑器有问题把!
#include "stdio.h"
int main()
{
double x=-789.123;
printf("%f",x);
return 0;
}
你的类型应该用double啊!
2006-10-17 17:53
2006-10-17 17:54
2006-10-17 19:02