The sum of two integers is 2
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
The input for the program consists of two integers provided on a single line, separated by a space. The output should be the sum of these integers.
Input
Two integers on a single line.
Output
The sum of the two integers.
Examples
Input #1
Answer #1
Submissions 27K
Acceptance rate 52%