Description
This problem is a programming version of Problem 13 from projecteuler.net
Work out the first ten digits of the sum of numbers.
Input Format
First line contains , next lines contain a 50 digit number each.
Constraints
Output Format
Print only first 10 digit of the final sum
Sample Input
Sample Output
Explanation
Summing the numbers we get , first 10 digits are .




Reviews
There are no reviews yet.