I have a std::set, what\'s the proper way to find the largest int in this set?
std::set
Before you push() in your set save the value in int max in global variable
push()
set
int max