Problems > A+B

Problem Statement

Given two integers, output their sum

Sample input #1

1 1

Sample output #1

2

Sample input #2

522 233

Sample output #2

755
You must be logged in to submit