So easy133****98902025-08-10 18:11:17发布于:浙江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; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个