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

I can't realize input
Posted by Tutanhamon 21 Feb 2008 23:51
i do to input this

Function Key:char;
  var c:char;
  begin;
    if not eof then
       read(c)
    else cor:=false;
    key:=c;
  end;

but i have WA 1
when i write first test in my own my program output 'YES'
What shall i do to realize input correct

P.S. I read FAQ, it didn't help me in my problem

Edited by author 21.02.2008 23:54