← Back to topics
Topic

Mornar

A
Al3kSaNdaR
I'm 99.99 percent sure that my code is OK! But I get Output Limit Exceded / Time Limit Exceded. Can someone take a look. :'(

http://www.z-trening.com/new/www/html/submit.php?submit=7100049589&subm_code=1
d
dimke
I think that mistake is here :

Instead of this :

Const
MaxN = 20000;
MaxLength = 30;

Put this :

Const
MaxN = 20000;
MaxLength = 100;

:]
A
Al3kSaNdaR
Omg thank you, I don't believe that that was the problem. I couldn't find my error for two days. Thank you very much ! ;)
d
dimke
np :)