Map实现从0~100中随机生成50个数,统计出现的数字最大值和最小值,输出出现最多的次数及对应的数字

Map实现从0~100中随机生成50个数,统计出现的数字最大值和最小值,输出出现最多的次数及对应的数字ios   #include "stdafx.h" #include <iostream> #include <map> #include <fstream> #include <time.h> using namespace std; int main() { map<int,int
相关文章
相关标签/搜索