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 1038. Spell Checker

Please tell me. I want to know the INPUT end by what.
Posted by hhq21401 5 May 2004 12:30
INPUT ends by symbol with ASCII code 26.
Posted by Vlad Veselov 5 May 2004 14:02
Re: INPUT ends by symbol with ASCII code 26.
Posted by hhq21401 6 May 2004 09:31
Thank you.
Re: INPUT ends by symbol with ASCII code 26.
Posted by hhq21401 6 May 2004 09:51
So I can input a sting using sentence:

           cin.getline(str,10000,26);

Can I?