[UVA] 1251 - Repeated Substitution with Sed
Do you know ``sed,`` a tool provided with Unix? Its most popular use is to substitute every
occurrence of a string contained in the input string (actually each input line) with
another string . More precisely, it proceeds as follows.
Within the input string, every ...