ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Common Board

What to do with the "ACCESS VIOLATING"??
Posted by platypus 26 May 2001 17:07
pls help!! have no idea how to solve it!!
Re: What to do with the
Posted by Pavel Atnashev 26 May 2001 17:12
> pls help!! have no idea how to solve it!!

It's crash. Your program access memory outside array
boundaries.
Re: What to do with the
Posted by platypus 26 May 2001 17:27
> > pls help!! have no idea how to solve it!!
>
> It's crash. Your program access memory outside array
> boundaries.
> Does it mean i have not to use dynamic programming?
Re: What to do with the
Posted by Pavel Atnashev 26 May 2001 17:29
> Does it mean i have not to use dynamic programming?

It means nothing.
It's just a crash.
Your program has technical error.