#P2001. 普通困难
普通困难
No testdata at current.
Background
Special for beginners, ^_^
Description
Given two integers x and y, print the sum.
IF you print 0. You will AC.
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
123 500
623
Limitation
0.1s, 100KiB for each test case.