Long sum
Very easy
Execution time limit is 2 seconds
Runtime memory usage limit is 122.174 megabytes
Given two non-negative integers m and n. Find their sum.
Input
The first line contains m, the second line contains n (0 ≤ m, n < 10^30000
).
Output
Print a sum without spaces or leading zeros.
Examples
Input #1
Answer #1
Submissions 3K
Acceptance rate 43%