定义的变量名称重复, 例如: int look_up_max(int m, int n) { int m; //... return m; } 转载于:https://www.cnblogs.com/rohens-hbg/p/10950636.html