int main(void)
The main entry point of the program.
T const & min(T const &a, T const &b)
Returns the smaller of two values. If the values are equal, it returns the second value.
T const & max(T const &a, T const &b)
Returns the greater of two values. If the values are equal, it returns the second value.