|
|
back to boardI have a simple qustion..... About Types in PASCAL and some other stuff 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 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 > 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 "<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 ) |
|
|