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

Обсуждение задачи 1017. Лестницы

Well, I want to ask which 64 bit types does the TIMUS
Pascal compiler have? Beacuse, the C users have long long
int, while when I used Int64 i got Compilation Error. And
also, what is the answer when N=500? Which type can store
such a large digit? I used the dp, it works, but I don't
know which type to use.....
1) We use Delphi with {$APPTYPE CONSOLE} directive - please
investigate possible types youself.
2) Well, really the answer can be very large. Is it a
problem ?
> 1) We use Delphi with {$APPTYPE CONSOLE} directive -
please
> investigate possible types youself.
> 2) Well, really the answer can be very large. Is it a
> problem ?
No, No problem at all. I have used delphi, and using the
same directive I don't get an error when I use Int64. And
as I tried to a few weeks ago I got Comp. Error. Can I use
Int64 in fact?
"<X>:\Program Files\Borland\Delphi 2.0\BIN\DCC32.exe" temp\%
d.pas -<X>temp -CC -DONLINE_JUDGE

We use delphi 2.0
here is the compile line
(<X> is our judge drive )
Why not Delphi 4.0? It improves a lot. And the ACM now also
uses delphi 4 or higher.
> "<X>:\Program Files\Borland\Delphi 2.0\BIN\DCC32.exe"
temp\%
> d.pas -<X>temp -CC -DONLINE_JUDGE
>
> We use delphi 2.0
> here is the compile line
> (<X> is our judge drive )