Amount
Very easy
Execution time limit is 2 seconds
Runtime memory usage limit is 256 megabytes
Given two integers. Required to find their sum.
Input
The input file contains two integers a and b, one per line. The file does not contain spaces. Given numbers a and b modulo does not exceed 10^100.
Output
Derive the output file the sum specified in the input file.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 35%