Problem1515--1000: A+B Problem

1515: 1000: A+B Problem

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1  Solved: 1
[Submit] [Status] [Web Board] [Creator:]

Description

Calculate a+b

Input

Two integer a,b (0<=a,b<=10)

Output

Output a+b

Sample Input Copy

1 2

Sample Output Copy

3

Source/Category

74