当前位置:网站首页>北京大学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;
}边栏推荐
- Summary of operating system interview questions (updated from time to time)
- Go language identifier and package name specification
- Application of JDBC in performance test
- 建立自己的网站(20)
- NLP paper lead reading | what about the degradation of text generation model? Simctg tells you the answer
- Halcon知识:盘点一下计量对象【1】
- Originpro 2021 with installation tutorial
- Primary school, session 3 - afternoon: Web_ xxe
- 传输层 使用滑动窗口实现流量控制
- DEX文件解析 - method_ids解析
猜你喜欢

1. Introduction to generating countermeasures network

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

Is the project manager a leader? Can you criticize and blame members?

以全栈全功能解决方案,应对多样工具复杂环境DevOps落地难题

DEX文件解析 - method_ids解析

Tensorflow2.4 implementation of repvgg
Application of JDBC in performance test

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

大神詳解開源 BUFF 增益攻略丨直播

Tensorflow2.4实现RepVGG
随机推荐
Jenkins can't pull the latest jar package
Tensorflow2.4 implementation of repvgg
Basic syntax of VB
杰理之触摸按键识别流程【篇】
杰理之触摸按键识别流程【篇】
QT QStringList用法
RP prototype resource sharing - shopping app
信息学奥赛一本通 1362:家庭问题(family)
By analyzing more than 7million R & D needs, it is found that these eight programming languages are the most needed by the industry
To eliminate bugs, developers must know several bug exploration and testing artifacts.
Cv+deep learning network architecture pytoch recurrence series basenets (backbones) (I)
杰理之关于长按开机检测抬起问题【篇】
Maya house modeling
PM这样汇报工作,老板心甘情愿给你加薪
项目经理是领导吗?可以批评指责成员吗?
Pytorch implements the calculation of flops and params
How to pass the PMP Exam quickly?
神经网络入门(上)
微信小程序开发实战 云音乐
HeartBeat基于CRM使用NFS对MySQL高可用