2012-02-27から1日間の記事一覧

First Non-Repeated Character

繰り返しじゃない最初の文字を表示。 設問 Write a program to find the first non repeated character in a string.Input sample:The first argument will be a text file containing strings. e.g. yellow toothOutput sample:Print to stdout, the first …