和平精英
2026-08-09 14:28:39
发布于:海南
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a>0){
cout<<a<<endl;
}
if(b>0){
cout<<b<<endl;
}
if(c>0){
cout<<c<<endl;
}
return 0;
}
这里空空如也
2026-08-09 14:28:39
发布于:海南
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if(a>0){
cout<<a<<endl;
}
if(b>0){
cout<<b<<endl;
}
if(c>0){
cout<<c<<endl;
}
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个