#AAA0. 标签

    ID: 1169 传统题 1000ms 256MiB 尝试: 1 已通过: 0 难度: 10 上传者: 标签>周赛输出变量除法求余输入拆数时间顺序模拟双分支多分支分支嵌套分支综合for循环基础for循环计数求和打擂台连续性元素质数while应用while拆数打印图形循环嵌套循环枚举自定义函数循环综合数组基础数组元素移动数组排序桶数组埃氏筛数组枚举数组综合字符串进制高精度

标签

当前没有测试数据。

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the sum.

Format

Input

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

Output

One integer, the sum of x and y.

Samples

123 500
623

Limitation

1s, 1024KiB for each test case.