#include std::pair make_pair(int first, int second) { return {first, second}; }