当前位置:网站首页>北京大学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;
}边栏推荐
- 数据库 OLAP、OLTP是什么?相同和不同?适用场景
- Web主机iptables防火墙安全脚本
- 开会,OneMeeting,OK!
- 【论文阅读】Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline
- 建立自己的网站(20)
- 杰理之触摸按键识别流程【篇】
- CADD课程学习(1)-- 药物设计基础知识
- [ICLR 2021] semi supervised object detection: unbiased teacher for semi supervised object detection
- PM reports work like this, and the boss is willing to give you a raise
- Filebeat自定义index和fields
猜你喜欢

大神詳解開源 BUFF 增益攻略丨直播
![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

Build your own website (20)

为什么一定要从DevOps走向BizDevOps?
![25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying](/img/ff/727c4a20ff3816ec7221dced5a4770.png)
25: Chapter 3: developing pass service: 8: [registration / login] interface: receiving and verifying "mobile number and verification code" parameters; (it is important to know the application scenario

如何快速通过PMP考试?

The Commission is so high that everyone can participate in the new programmer's partner plan

MySQL master-slave synchronization

25:第三章:开发通行证服务:8:【注册/登录】接口:接收并校验“手机号和验证码”参数;(重点需要知道【利用redis来暂存数据,获取数据的】的应用场景)(使用到了【@Valid注解】参数校验)

CADD course learning (1) -- basic knowledge of drug design
随机推荐
obsidian配合hugo的使用,让markdown本地编辑软件与在线化无缝衔接
QT QStringList用法
计网 | 【五 传输层、六 应用层】知识点及例题
NLP paper lead reading | what about the degradation of text generation model? Simctg tells you the answer
杰理之检测灵敏度级别确定【篇】
Openfire在使用MySQL数据库后的中文乱码问题解决
Jerry's touch key recognition process [chapter]
广州股票开户选择手机办理安全吗?
Introduction to neural network (Part 1)
Build document editor based on slate
基于slate构建文档编辑器
PM reports work like this, and the boss is willing to give you a raise
Jerry's touch key recognition process [chapter]
Django上传excel表格并将数据写入数据库的详细步骤
[iccv 2019] characteristics precise supervision of feature super resolution for small object detection
杰理之触摸按键识别流程【篇】
Jerry's determination of detection sensitivity level [chapter]
开会,OneMeeting,OK!
MySQL master-slave synchronization
Pytorch implements the calculation of flops and params