#include #include int main() { double x; scanf("%lf", &x); printf("%.7lf\n", std::riemann_zeta(x)); }