#P900001. 关系运算符

关系运算符

当前没有测试数据。

Background

Special for beginners, ^_^

题目描述

Given two integers x and y, print the sum.

输入格式

Two integers x and y, satisfying 0x,y327670\leq x,y\leq 32767 .

输出格式

One integer, the sum of x and y.

样例

123 500
623

限制条件

1s, 1024KiB for each test case.