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~

猜你喜欢

转载自www.cnblogs.com/xrj1229/p/9209349.html