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

Common Board

I am young programer and have many questions
Posted by ilovesky 3 Jul 2007 14:21
The problem is number 1001(Pascal).
Can I use the procedure 'read' to read all numbers? The size of input file does not exceed 256 KB. Consequently, amount of numbers does not exceed 256*1024/2=131072. Can I use 'array' of real and functions 'trunc'&'frac' to get integer part and first 4 digits of fractional part?