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

Общий форум

Is C++ STL not valid for submission?
Послано Brandon Ryan 24 дек 2002 00:30
I cannot figure out why I get a compilation error on submission to
problem 1005.  I wont post my code here, because it will give away
the answer as the algorithm works on my machine.  I can mention that
my include sections is like this:

#include <iostream.h>
#include <vector.h>
#include <algo.h>

Is this why it is not compiling? ... because I'm using STL?

Thanks.