C++中的无穷大如何表示?rt[解决办法]没有无穷大..[解决办法]#include <limits> 该文件定义了各个类型的极限值 numeric_limits <T> ::max();返回的就是最大值 C++ 没有表示无穷大的