ENG  RUSTimus Online Judge
Online Judge
Задачи
Авторы
Соревнования
О системе
Часто задаваемые вопросы
Новости сайта
Форум
Ссылки
Архив задач
Отправить на проверку
Состояние проверки
Руководство
Регистрация
Исправить данные
Рейтинг авторов
Текущее соревнование
Расписание
Прошедшие соревнования
Правила
вернуться в форум

Общий форум

What to do with the "ACCESS VIOLATING"??
Послано platypus 26 май 2001 17:07
pls help!! have no idea how to solve it!!
Re: What to do with the
Послано Pavel Atnashev 26 май 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
Послано platypus 26 май 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
Послано Pavel Atnashev 26 май 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.