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 1027. D++ Again

how to read input for this problem in C ,sorry if i ask silly question--but pls help
Posted by TheBlaNK 7 Feb 2002 19:01
how to read input for this problem in C ,sorry if i ask silly question--but
pls help
just getchar() is OK here, the input ends when EOF occurs
Posted by MadPsyentist/Sam 8 Feb 2002 00:45
> how to read input for this problem in C ,sorry if i ask silly question--
but
> pls help
Re: just getchar() is OK here, the input ends when EOF occurs
Posted by TheBlaNK 10 Feb 2002 04:00
thanx very much p'sam
i got AC