Problem A: A+B

Problem A: A+B

Time Limit: 1 Sec  Memory Limit: 64 MB
Submit: 1646  Solved: 688
[Submit][Status][Web Board]

Description

Give you two integers A and B. Please print the sum of the two integers.

Input

Two integers: A B (0<= A <=106, 0 <= B <= 106)

Output

Sum of the two integers: S

Sample Input

50 50

Sample Output

100

HINT

easy problem, getting started!

[Submit][Status]