Big num plus
作业已超过截止时间,您无法递交本题目。
Background
the sum of two big num
Description
Given two numbers x and y, print the sum.
Format
Input
Two numbers x,y all input data < 1000000000
Output
One number, the sum of x and y.
Sample 1
Input
19856345 12355218
Output
32211563
Limitation
1000ms, 1Mib for each test case.