当前位置:网站首页>北京大学ACM Problems 1000:A+B Problem
北京大学ACM Problems 1000:A+B Problem
2022-06-30 20:00:00 【兔云程序】
Description
Calculate a+b
Input
Two integer a,b (0<=a,b<=10)
Output
Output a+b
Sample Input
1 2
Sample Output
3
#include <iostream>
using namespace std;
int main()
{
int a,b;
cin >> a >> b;
cout << a+b << endl;
return 0;
}边栏推荐
猜你喜欢

Exness: liquidity series - liquidity cleaning and reversal, decision interval

杰理之触摸按键识别流程【篇】

CV+Deep Learning——网络架构Pytorch复现系列——basenets(BackBones)(一)

大神详解开源 BUFF 增益攻略丨直播

DEX file parsing - Method_ IDS resolution

PostgreSQL heap堆表 存储引擎实现原理

SQL优化

Taihu Lake "China's healthy agricultural products · mobile phone live broadcast" enters Taihu Lake

分析超700万个研发需求发现,这八大编程语言才是行业最需要的
![Network planning | [five transport layers and six application layers] knowledge points and examples](/img/4f/31acce51b584bed5ef56b2093c4db3.png)
Network planning | [five transport layers and six application layers] knowledge points and examples
随机推荐
最新海康摄像机、NVR、流媒体服务器、回放取流RTSP地址规则说明[通俗易懂]
MySQL master-slave synchronization
杰理之触摸按键识别流程【篇】
Implementation principle of PostgreSQL heap table storage engine
Filebeat custom indexes and fields
杰理之关于长按复位【篇】
PM这样汇报工作,老板心甘情愿给你加薪
Perl转换文件的编码类型
By analyzing more than 7million R & D needs, it is found that these eight programming languages are the most needed by the industry
杰理之触摸按键识别流程【篇】
文件包含&条件竞争
Go 语言标识符、包名规范
25:第三章:开发通行证服务:8:【注册/登录】接口:接收并校验“手机号和验证码”参数;(重点需要知道【利用redis来暂存数据,获取数据的】的应用场景)(使用到了【@Valid注解】参数校验)
Go language identifier and package name specification
1、生成对抗网络入门
网上炒股开户安全嘛!?
昨晚 Spark Summit 重要功能发布全在这里(附超清视频)
NLP技能树学习路线-(一)路线总览
Pytorch implements the calculation of flops and params
PHP文件上传小结(乱码,移动失败,权限,显示图片)