config.hpp 118 B

12345678910
  1. #ifndef CONFIG_HPP
  2. #define CONFIG_HPP
  3. #include <iostream>
  4. using namespace std;
  5. constexpr size_t prec=1024;
  6. #endif