min and max
This commit is contained in:
parent
9718a0eeea
commit
7b668b6b3f
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
|||
#include <algorithm>
|
||||
|
||||
using std::equal;
|
||||
using std::min;
|
||||
using std::max;
|
||||
|
|
Reference in a new issue