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 is the reply "access violation" mean?
Posted by Terry Tsai 18 Oct 2000 21:02
as title
what is "ACCESS VIOLATION" mean?
does it mean I use the illegal memery?
thanks.........
Re: What is the reply
Posted by tjq(killer of zju) 19 Oct 2000 11:34
> as title
> what is "ACCESS VIOLATION" mean?
> does it mean I use the illegal memery?
> thanks.........

yes
such as array s[30], but you access s[-1]????

I don't know maybe if you have s[100],i,so s[101] is I??

so it's not violation?
but when you access s[1000], surely got that message