long double x = 0.0, kuatuo = 0.0;...scanf_s("%Lf", &kuatuo); //注意是 Lf,以及 & 符号...
scanf_s("%lf",&kuatuo);double型输入用%lf,不能用%f变量输入值时,要加&取地址才行