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

Обсуждение задачи 1045. Забавная игра

std::vector<bool> crashes at 6th test!
Послано Practician 26 янв 2006 14:29
Due to memory requirements I used std::vector<bool> arrays for
storing node edges, but it chashes!
(function std::vector<bool>::operator[](int), to be exact)

Does anybody knows why?

P.S. If I use, f.e., std::bitset<> instead, I get strong AC.
Therefore, timus's std::vector<bool> has error, hasnt it?
Re: std::vector<bool> crashes at 6th test!
Послано Sid 26 янв 2006 21:28
I suppose you cool programer if you use STL... By the way,is  STL supported by timus C++ compiler?
Re: std::vector<bool> crashes at 6th test!
Послано Practician 27 янв 2006 20:55
Are you funny? It is just convenient to use it instead of
doing some things yourself.

IMHO, timus must support STL as it is the part of C++
and it does.
STL is a kind of cheat imho (-)
Послано Dmitry 'Diman_YES' Kovalioff 27 янв 2006 21:01
Using STL is a good style but not a cheat!
Послано Vladimir Yakovlev (USU) 28 янв 2006 16:30