florr花友私我O
2026-03-15 21:40:59
发布于:江苏
21阅读
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;
}
全部评论 1
- 置顶
hello,还认识我吗?

2026-04-05 来自 广东
0包的呀

2026-04-21 来自 江苏
0












有帮助,赞一个