sort(vec.begin(), vec.end(), greater<int>())
cout << vec[1] << endl;
还是80