A Plus B

View as PDF

Submit solution

Points: 2
Time limit: 2.0s
Memory limit: 64M

Author:
Problem type

In this task, you must print out the result of a+b.

Input Specification

The first line will contain 2 integers, a, b (-10^9 \le a, b \le 10^9).

Output Specification

Print the result of a+b.

Sample Input

4 99

Sample Output

103

Comments

There are no comments at the moment.