Sum Two Numbers

Easy
MathWarm-up
Read two integers from standard input and print their sum. This warm-up problem verifies that your program can read input and write output in the ShardUp judge.

Constraints

-10^9 <= a, b <= 10^9

Sample tests

Sample 1

Sample 2

Sign in to submit