/ class / 题库 /

A00001 A+B问题

A00001 A+B问题

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the sum.

Format

Input

Two integers x and y, satisfying 0 <= x, y <= 1028938.

Output

One integer, the sum of x and y.

Sample 1

Input

1 1

Output

2

Source

Vijos Original

信息

难度
9
分类
(无)
标签
(无)
递交数
2
已通过
1
通过率
50%
上传者