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

HELP
Posted by DIVoF 16 Jun 2001 21:23
Is it true,that input\output for ALL problems is keyboard
Re: HELP
Posted by Stefan Pochmann 17 Jun 2001 20:37
> Is it true,that input\output for ALL problems is keyboard

No, that's not true. It's stdin\stdout. Normally, this
is keyboard\monitor, but you can use other things,
for example files:

programname <inputfile >outputfile
(Works in unix. In win, I don't know.)

That uses the inputfile for input and the outputfile for
output.

Stefan Pochmann