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 1017. Staircases

I have a simple qustion..... About Types in PASCAL and some other stuff
Posted by Algorist 22 Oct 2001 01:04
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.....
Re: I have a simple qustion..... About Types in PASCAL and some other stuff
Posted by Marat Bakirov 22 Oct 2001 16:51
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 ?
Re: I have a simple qustion..... About Types in PASCAL and some other stuff
Posted by Algorist 23 Oct 2001 01:33
> 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?
Re: I have a simple qustion..... About Types in PASCAL and some other stuff
Posted by Marat Bakirov 24 Oct 2001 01:47
"<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 )
Re: I have a simple qustion..... About Types in PASCAL and some other stuff
Posted by Li, Yi 25 Oct 2001 08:03
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 )