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 1007. Code Words

Help me,about the standard input
Posted by Ural 27 Jan 2002 17:58
How can I know the input is finished?
It doesn't get the data from file,I can't use :
ifstream in("*.in");
in.eof();
Re: Help me,about the standard input
Posted by pogos 8 Oct 2014 11:22
cin.eof()