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

1033 input ???
Posted by Darko Aleksovski 13 Oct 2000 05:00
I get a W.A. trying 1033.
I was wondering if there is an EOL symbol at the end of
every line in the input???
Can this be my problem or it's smthg else???
Re: 1033 input ???
Posted by Ilievski Bozidar 13 Oct 2000 19:29
> I get a W.A. trying 1033.
> I was wondering if there is an EOL symbol at the end of
> every line in the input???
> Can this be my problem or it's smthg else???

Moze dvete krajni tocki da ne se povrzani.
proveri go toa, inaku inputot e OK.
Re: 1033 input ???
Posted by Petko Minkov 14 Oct 2000 02:15
> I get a W.A. trying 1033.
> I was wondering if there is an EOL symbol at the end of
> every line in the input???
> Can this be my problem or it's smthg else???

Why don't you just read the labyrinth as chars using
file_stream >> character in C++. Using this one, you
don't need to wonder about EOL and all such stuff.