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

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

时间限制: 3s 内存限制: 192MB 提交: 2032 解决: 1713

题目描述

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教程单片机教程

视频教学见视频网课

标签