cout << "最小数为第 " << min_flag << " 个数 " << min << endl;cout << "最大数为第 " << max_flag << " 个数 " << max << endl;system("pause");return 0;}