#ifndef CONST_ARGS_HPP #define CONST_ARGS_HPP constexpr static uint64_t MB_SIZE = 1024 * 1024UL; constexpr static int32_t NUMS_PER_FLAG = 16; #endif