#include #include #include main(){ int f; std::cin >> f; std::cout << std::fixed << std::setprecision(10) << std::riemann_zeta(f) << std::endl; }