#pragma once #include #include constexpr bool DEBUG = false; inline void debug(const std::string& in) { if constexpr (DEBUG) std::cout<