1041 大数和


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

有一些可能达100位的大正整数,求所有这些数的和。

Sample

Input

9999999999123456789
900000010
0

Output

10000000000023456799

Comments

There are no comments at the moment.