int GetSample(const std::set<int>& s) { double r = rand() % s.size(); return *(s.begin() + r); // compile error }. But the operator+ is not allowed in this ...
確定! 回上一頁