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 1110. Power

Pay attention!
Posted by Make me laugh 17 Jan 2003 06:41
"Var" must be integer, not longint
Why?
Posted by Akv0 29 Mar 2003 20:55
> "Var" must be integer, not longint
Re: Why?
Posted by Olecksandr[LNU] 7 Nov 2006 02:59
Differents between compliers.
It's not right. Because server use Delphi7 Compiler. Delphi (32 bit complier) use 4 byte for Integer type. No differents between LongInt and Integer types (but in Turbo Pascal SizeOf(Integer) = 2 but SizeOf(LongInt) = 4.