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 1158. Censored!

Warning!!!
Posted by updog 22 Aug 2007 19:52
I'm SURE test #23 contains some strange characters that can't be read in by scanf("%s") and gets(). While I can read them by getline() and cin>> .
I can tell you for sure that all characters of the Freish alphabet has ascii codes from 33 to 255 (-)
Posted by Vladimir Yakovlev (USU) 22 Aug 2007 20:50
Re: I can tell you for sure that all characters of the Freish alphabet has ascii codes from 33 to 255 (-)
Posted by updog 24 Aug 2007 15:10
I'm sorry.
It's my fault.
Re: I can tell you for sure that all characters of the Freish alphabet has ascii codes from 33 to 255 (-)
Posted by Denis Koshman 5 Aug 2008 02:24
ASCII code 255 is dangerous because EOF constant returned by 'getc' is -1.

Edited by author 05.08.2008 02:25