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

Discussion of Problem 1732. Ministry of Truth

Crash(Access violation)
Posted by mastermana 15 Apr 2011 16:04
What does really mean Crash(Access violation)?
Re: Crash(Access violation)
Posted by bsu.mmf.team 16 Apr 2011 17:33
For example, if you create an array of char: char S[1000],
and you try to get access to S[2000], which doesn't exist.