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

what if --> (* xxxxxxxxx and '\r' *) ?? (+)
Posted by ss 22 Aug 2002 10:47
if the'\r' appears does it mean it start from the beginning of the line again?
i mean : "(*xxxxxx  '\r'*) "---> " *)"  isn't it?
if the above one is true, what will b the output for this one
(  '\r'(1+2)
i mean i've found space after '(' so it's Invalid now right?  \but when '\r'
appears it start again from the begginning of the line so ' (1+2) '
replace '(' so the now it's valid???????
** '\r'==carriege return