#include #include main(int N){scanf("%d",&N);printf("%.9f",std::riemann_zeta(N));}