#include #include using namespace std; int N; main() { cin>>N; double ans=1; for(int i=2;i<=N;i++) { ans+=2./i; for(int a=1;a