#30. 高精度加法
高精度加法
Background
Special for beginners, ^_^
Description
给出两个整数和,求出它们的和,每个数不超过300位
Format
Input
两行,每行一个整数,分别表示和
Output
一个整数,与的和
Samples
101000000000000
203000000000000
304000000000000
Limitation
1s, 1024KiB for each test case.