【新手练习】高精度加法

【新手练习】高精度加法

Background

高精度运算——(1):高精度加法。

Description

Given two integers x and y, print the sum.

Format

Input

Two integers x and y.

Output

One integer, the sum of x and y.

Sample 1

Input

123 500

Output

623

Limitation

1s, 1024KiB for each test case.

Source

简单的题库

信息

难度
9
分类
(无)
标签
(无)
递交数
10
已通过
4
通过率
40%
上传者