c++一本通1000

http://ybt.ssoier.cn:8088/problem_show.php?pid=1000

#include<iostream>
#include<cstdio>

using namespace std;

int main()
{
    int a,b;
    scanf("%d%d",&a,&b);
    printf("%d",a+b);
    return 0;
}

入门是一个艰辛的过程O(∩_∩)O~

posted @ 2018-06-21 15:36  aquAAA  阅读(420)  评论(0编辑  收藏  举报