Wednesday, September 10, 2014

COJ 1626. Adding Reversed Numbers



This task is a simple implementation task. Juts keep the number in an array digit by digit so that you can calculate the reversed number easily. The numbers are small so this means that we won't have to do the long number sum.


DOWNLOAD THE FULL SOURCE CODE



No comments:

Post a Comment