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~ 来源: oschina 链接: https://my.oschina.net/u/4399096/blog/3931192