c++一本通1000

coding

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

#include<iostream>

#include<cstdio>

usingnamespace std;

int main()

{

int a,b;

scanf("%d%d",&a,&b);

printf("%d",a+b);

return0;

}

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

以上是 c++一本通1000 的全部内容, 来源链接: utcz.com/z/509683.html

回到顶部