这个怎么写呢?我写的代码为啥不对呢?

如题所述

第1个回答  2020-10-14

代码:

#include <stdio.h>

int main()

{

double f;

scanf("%lf",&f);

printf("%.8lf",f);

return 0;

}

运行截图:

相似回答