Evanyou Blog 彩带
扩大
缩小

洛谷P1001 A+B Problem

这道题…………还是很简单!!!

 

code:

 

#include <iostream>
#include <cstdio>
using namespace std;
int main() {
    int a,b;
    cin >> a >> b;
    cout << a+b;
    return 0;
}

 

posted @ 2018-12-08 17:20  yi_heng  阅读(255)  评论(0编辑  收藏  举报