10084 - A+B
A+B
Time Limit: 1 sec
The Problem
Given two integer numbers A and B, print the value of A + B.
The Input
The input file contains only two integer numbers A and B (0<A, B<=100).
The Output
For input A and B you need to print the value of A+B in a separate line.
Sample Input
2 3
Sample Output
5
[School Level]
ISCPC 2017 Preliminary Mock
Problem Setter: Shahin ShamS