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

what is wrong? about C and Pascal
Posted by player 6 Feb 2007 18:00
I can get AC in Pascal but I can't get AC in C, who can help me ~!!!

C Program:

  while ((j = getchar()) != EOF)
   {
   };


Pascal Program:

 while not seekeof do begin
 end;

Edited by author 06.02.2007 18:05