AC!!!!!!!!!!!!!!!!!!MYDREAM_A92023-06-11 13:42:55发布于:江苏1阅读0回复0点赞#include<iostream> using namespace std; int main(){ int n; cin>>n; if(n>0){ cout<<"positive"; } if(n==0){ cout<<"zero"; } if(n<0){ cout<<"negative"; } return 0; 最简单的方法 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个