Dotcpp  >  编程题库  >  蓝桥杯算法训练VIP-A+B problem
题目 1586:

蓝桥杯算法训练VIP-A+B problem

时间限制: 2s 内存限制: 192MB 提交: 4692 解决: 4356

题目描述

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. 

样例输入

1 1

样例输出

2

提示

零基础同学可以先学习视频课程,包含C/C++、Python、百练、蓝桥杯辅导、算法数据结构等课程,提供视频讲解以及配套习题,还有老师答疑,点击这里了解课程详情
标签