#include <limits> int max_int = numeric_limits<int>::max(); double min_db = numeric_limits<double>::min();