#include #include #include int main(){ int n; std::cin >> n; std::cout << std::setprecision(12) << std::riemann_zeta(n) << std::endl; }