《C++ Primer》第五版,中文版。p37。
请输入长度为30-10000的问题描述
收起
类型不确定的时候,比如 auto i = 1; //推断为int 要推断为float必须 auto i = 1F;
报告相同问题?