标签:最大值 文件 最小值 方法 最小 include algorithm cout nbsp
头文件:
1.#include<algorithm>
2.功能:能找出最大值和最小值
3.使用方法:
cout << "min: " << *(m1.first) << endl;
cout << "max: " << *(m1.second) << endl;
标签:最大值 文件 最小值 方法 最小 include algorithm cout nbsp
原文地址:https://www.cnblogs.com/miao-xixixi/p/12590374.html