int s = 0;for(int i = 1; i <= 11;i++){for(int j = 1; j <= i; j++){int m = 0;m = m + j;}s = s + 1/m;}}
s=1+1/(1+2)+1/(1+2+3)+….+1/(1+2+3+…+n) =n