题目 1586:
蓝桥杯算法训练VIP-A+B problem
时间限制: 3s
内存限制: 192MB 提交: 1898 解决: 1608
题目描述
Given two integers A and B, your task is to output their sum, A+B.
输入格式
The input contains of only one line, consisting of two integers A and B. (0 ≤ A,B ≤ 1 000)
输出格式
The output should contain only one number that is A+B.