Problem Statement for aplusb

``` You are given two integers: a and b. Please print the sum of the two integers. Input Specification: There is one line of input: Two space-seperated integers a and b Output Specification: Output the sum of a and b. Sample input 1: 3 5 Sample output 1: 8 Sample input 2: -5 3 Sample output 2: -2 ```


🕑 Time limit: 2.5 seconds
⚎ Memory limit: 256.0 MB