张田懿
张田懿
题解
4
全部文章
题解
归档
标签
去牛客网
登录
/
注册
4
893 浏览
2 回复
2020-12-08
张田懿
+关注
牛牛学加法
https://ac.nowcoder.com/acm/problem/21987
include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c;
cin>>a>>b;
c=a+b;
cout<<c;
return 0;
}
举报
收藏
赞 11
评论加载中...