float和double都可以用%f吗还是float只能用%f,double只能用%lf
用scanf输入的时候 float用%f,double用%lf;用printf输出的时候float和double都只用%f,