|a|,|b|,|c| <= 10^9
2023-10-02 14:05:09
发布于:湖南
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int a,b,c;
int main()
{
cin>>a>>b>>c;
int d=a+b+c;
cout<<d;
return 0;
}
#include<bits/stdc++.h>
using namespace std;
long a,b,c;
int main()
{
cin>>a>>b>>c;
long d=a+b+c;
cout<<d;
return 0;
}
猜猜哪个是真的?罒ω罒
不要骂我这只天真无邪的DOG哦
这里空空如也
有帮助,赞一个