Thursday, August 21, 2014

COJ 1252. The Seven Percent Solution

Another implementation task. I recommend avoid using insertions or other complicated stuff, just loop over the string and see if the current char is from a given list or no. If it is than print the corresponding code otherwise output itself. 


       FULL SOURCE CODE

No comments:

Post a Comment