LiteCode

Two Sum

EasyMathBasic
Find the sum of two given elements. Both the numbers will always be 0 or positive.

Examples

Input: 1 2
Output: 3
Input: 1 100
Output: 101

Constraints

  • Both numbers will always be 0 or positive