GoLang Solution For UVa Online Judge: 10013 - Super long sums
GO Solution For UVa 10013 - Super long sums. In this post we will see how we can solve this challenge in GoLang for UVa Online Judge.
Problem Description
The creators of a new programming language D++ have found out that whatever limit for SuperLongInt type they make, sometimes programmers need to operate even larger numbers. A limit of 1000 digits is so small... You have to find the sum of two numbers with maximal size of 1.000.000 digits.
Input Th
...You can find the full details of the problem Super long sums at UVa Online Judge
Sample Input
2 4 0 4 4 2 6 8 3 7 3 3 0 7 9 2 8
Sample Output
4750 470
Solution: Please check the main.go snippet for the solution.
Solution originally posted at: Github by @codingsince1985
Comments
Leave a comment
You are not LoggedIn but you can comment as an anonymous user which requires manual approval. For better experience please Login.