题解(此人的团招人中,可私聊)
2025-07-08 16:32:31
发布于:浙江
4阅读
0回复
0点赞
答案(C++):
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}
这里空空如也
有帮助,赞一个