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 1612. Tram Forum

how read data?
Posted by tttwet 21 Feb 2010 21:39
hi guys
how i must read string, using c#
i mean read the WHOLE string, not just trim before '\n'
sry for my language
Re: how read data?
Posted by Andrew Hoffmann aka SKYDOS [Vladimir SU] 30 Jul 2010 13:17
while((line=Console.ReadLine())!=null){
//..code here
}