Type: Default 1000ms 32MiB

A+B Problem

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

给定两个整数 xxyy,输出 x+yx + y 的值。

输入格式

一行,两个整数 xxyy,以单个空格分隔

输出格式

一个整数,即 x+yx + y 的值

样例输入

20 30

样例输出

50

样例解释

20+30=5020 + 30 = 50

数据范围

32767x,y32767-32767 \leq x,y\leq 32767

限制

每个测试点 11 秒, 32Mib32Mib 内存