#P121. 高精度加法
高精度加法
Description
计算两个数a和b的和。 a和b(<10^250)
Input Format
第一行:正整数a。 第二行:正整数b。
Output Format
a+b的值
Sample
input
99
999
output
1098
Hint
保证。
时间限制:
空间限制:
计算两个数a和b的和。 a和b(<10^250)
第一行:正整数a。 第二行:正整数b。
a+b的值
input
99
999
output
1098
保证a,b<10250。
时间限制:1s
空间限制:256MB
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.