解题
2023-07-17 20:02:23
发布于:福建
3阅读
0回复
0点赞
#include <iostream>
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;
}
这里空空如也
2023-07-17 20:02:23
发布于:福建
#include <iostream>
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;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个