安全提示:即将离开云搜,1秒后自动跳转...
c++报错必须是可修改的左值
在练习时遇到这个问题 struct candybar { char name [50]; double weight; int caloria; }; oid put_in (candybar& candy, char* name, double weight, int caloria) { candy.name