+−#ifndef COMMON_H +−#define COMMON_H +− +−#include <float.h> +− +−#define Eps 1e-6 +−#define Inf FLT_MAX +− +−#endif