Thursday, October 9, 2014

ACM 1545. Hieroglyphs / Иероглифы

  The task wants us to find all the words which start with a given letter. Input the data and save in an array then loop over it and check for the first letter of the current word if it is the same as the given letter then output that word.


       FULL SOURCE CODE

No comments:

Post a Comment