Sum of two integers
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The program takes two integers as input, each on a separate line. It should output their sum.
Input
Two integers, each on a new line.
Output
The sum of the two integers.
Examples
Input #1
Answer #1
Submissions 33K
Acceptance rate 49%