CPython lite logoProblemsContests

1. Sum of Two Numbers

 a and b are given. Calculate the sum of these numbers.


Input

The first line contains an integer, a(1a1000).

The second line contains an integer, b(1b1000).

Output

The solution to the problem in a single line.


Sample input 1

2 
2

Sample output 1

4

Sample input 2

5 
10

Sample output 2

15

Login to be able to submit.

BeginnerSimple
1833 / 138
Solved / unsolved count
1.0 s / 512 MB
Limits
LanguageSpecific limits
Python 3.123.0 s / 512 MB
Java 192.0 s / - MB