A+B问题

Posted 快乐·永恒

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了A+B问题相关的知识,希望对你有一定的参考价值。

一切,都由此开始

这个题可以用很多方法来做的,怎么改,都玩不坏

#include <iostream>
using namespace std;
int main()
{
    int a, b; //定义两个变量名
    cin >> a >> b; //从标准输入流中输入两个整数
    cout << a + b << endl; //输出到标准输出流中

}

 

以上是关于A+B问题的主要内容,如果未能解决你的问题,请参考以下文章

编写代码片段的更简洁的方法

apriori片段代码

Android 动画嵌套片段

scrapy按顺序启动多个爬虫代码片段(python3)

[Codeforces Round #522 (Div. 2, based on Technocup 2019 Elimination Round 3)][C. Playing Piano](代码片段

从bottomNavigationView导航到片段B时保存片段A的状态