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 1074. Very Short Problem

How to input it? Pascal
Posted by gyz113 9 Feb 2008 08:16
readln or read?
Re: How to input it? Pascal
Posted by NotAProgrammer 10 Feb 2008 01:28
If you're going to read strings then use 'readln' to skip #13 and #10 characters. If you use 'read' then the next reads will get empty strings.
Re: How to input it? Pascal
Posted by gyz113 12 Feb 2008 11:26
Thanks