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 1644. A Whole Lot of Walnuts

Handling Input
Posted by HappyPerson 23 Sep 2012 01:04
Is there a way to just get the first character of the type of experiment?
(Like, if it is "hungry" just receive the "h" and ignore the rest)
Re: Handling Input
Posted by sysu2012zzp 4 Nov 2012 09:41
Why can't you use string and only judge the string[0]?