极简
2025-03-26 22:51:20
发布于:贵州
11阅读
0回复
0点赞
不祥的预感
#include<iostream>//#include<bits/stdc++.h>真的有必要用万头吗??
using namespace std;
int main(){int n;cin>>n;if(n>0){cout << "positive";}else if(n==0){cout<<"zero";}else{cout<<"negative";}return 0;}
这里空空如也
2025-03-26 22:51:20
发布于:贵州
不祥的预感
#include<iostream>//#include<bits/stdc++.h>真的有必要用万头吗??
using namespace std;
int main(){int n;cin>>n;if(n>0){cout << "positive";}else if(n==0){cout<<"zero";}else{cout<<"negative";}return 0;}
这里空空如也
提交答案之后,这里将显示提交结果~
有帮助,赞一个