florr花友私我O
2026-03-15 21:40:59
发布于:江苏
1阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
if(n>0)cout<<"positive";
else if(n<0)cout<<"negative";
else cout<<"zero";
return 0;
}
这里空空如也
2026-03-15 21:40:59
发布于:江苏
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n;
cin>>n;
if(n>0)cout<<"positive";
else if(n<0)cout<<"negative";
else cout<<"zero";
return 0;
}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个