#2135. A+B

    ID: 2135 传统题 1000ms 64MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>洛谷高精度动态规划背包问题数论几何贪心

A+B

A+B

题目描述

print the sum of two integer

输入说明

two integer a and b

输出说明

the sum of a and b

样例

输入

1 2

输出

3

提示

use scanf and printf in stdio.h