tj(别忘了换行)
2024-04-06 21:15:43
发布于:广东
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;
}
}
这里空空如也
有帮助,赞一个