#include #include using namespace std; int x; main() { cin>>x; double ans=0; for(int n=x;n<1e5;n++) { ans+=(riemann_zeta(n)-1)*1e6; } cout<