#pragma once namespace std { template constexpr const T& min(const T& a, const T& b); template constexpr const T& max(const T& a, const T& b); }