|
|
вернуться в форумProblem B limits 3<=6N<=3000; Is this correct? Re: Problem B limits We have the same question. With array of size 500 we have access violation. So n>500. Re: Problem B limits n<=3000 - 100% Re: Problem B limits Use array of 3000, but don't use "fillchar" in pascal, and "memset" in C, then you will get AC. |
|
|