Here is the problem statement
http://www.spoj.com/problems/ADDREV/
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.
http://www.spoj.com/problems/ADDREV/
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.
No comments:
Post a Comment