C语言程序题,我哪里出错了?为什么结果不对

2025-04-30 20:48:13
推荐回答(2个)
回答1:

printf 后面不要用 & 符号 ,修改为
printf("%lf\n",y);

回答2:

printf("%lf\n",y);