第四题
牛牛学加法
https://ac.nowcoder.com/acm/problem/21987
很简单
代码如下
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a, b, s;
cin >> a >> b;
s = a + b;
cout << s;
return 0;
}牛牛学加法
https://ac.nowcoder.com/acm/problem/21987
很简单
代码如下
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a, b, s;
cin >> a >> b;
s = a + b;
cout << s;
return 0;
}相关推荐
南宫搵:我25届的,双非学院本,一路走来只有实习是一家大厂,毕业去了一家超级小的小厂工作了一年(领导超级好)!但是因为离家特别远跳槽去了深圳一家小公司被狠狠地社会教育了,然后又开始找工作,最后找到了百度!我现在越来越相信一切就是最好的安排了!