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 1225. Flags

Pascal. Type - int 64. Compilation error, why?
Posted by Maxim_tmn 13 Mar 2014 17:08
Pascal. Type - int64. Compilation error, why?

gxz7wu-93pm9w(6,3) Hint: Type size mismatch, possible loss of data / range check error
gxz7wu-93pm9w(11,7) Error: Ordinal expression expected
gxz7wu-93pm9w(24,4) Fatal: There were 1 errors compiling module, stopping
gxz7wu-93pm9w(24,4) Fatal: Compilation aborted
Re: Pascal. Type - int 64. Compilation error, why?
Posted by Ivan Metelev 28 Jul 2015 22:37
Because server use FreePascal. FreePascal has not int64, only longword or integer.