$$\lim_{n\to\infty}\left(\int_0^1 \frac{1}{1+x^n} dx\right)^n$$
I solved this problem as in the link: Click here I got the answer as $0$ but it says incorrect. I think the answer is wrong or there is some error with the question.
My try: $$=\lim_{n\to\infty}\left(\int_0^1 \sum_{m=0}^{\infty} (-1)^mx^{mn}dx\right)^n$$ $$=\lim_{n\to\infty}\left( \sum_{m=0}^{\infty} \frac{(-1)^m}{1+mn}\right)^n$$ $$=\color{blue}{\lim_{n\to\infty}\left( \frac{\Phi(-1,1,\frac1n)}{n}\right)^n=0 ????}$$
Do you think the problem is incorrect or answer is incorrectly provided by the author ?

You may just use
Now, write
\begin{eqnarray*}\left(\int_0^1 \frac{1}{1+x^n} dx\right)^n & = & \left(1- \underbrace{\int_0^1 \frac{x^n}{1+x^n} dx}_{=:J_n}\right)^n \end{eqnarray*}
Using integration by parts you get $$J_n = \frac 1n\int_0^1 x\frac{nx^{n-1}}{1+x^n} dx = \frac 1n\left(\ln 2 - \underbrace{\int_0^1 \ln (1+x^n) dx}_{=:I_n}\right)$$
Now, DCT (or just squeezing) gives immediately $$\lim_{n\to \infty }I_n = 0$$
All together
\begin{eqnarray*}\left(\int_0^1 \frac{1}{1+x^n} dx\right)^n & = & \left(\left(1-\frac{\ln 2 - I_n}n\right)^{\frac{n}{\ln 2 - I_n}}\right)^{\ln 2 - I_n} \\ & \stackrel{n\to\infty}{\longrightarrow} & \left(e^{-1}\right)^{\ln2} = \frac 12 \end{eqnarray*}