题解程序鹅2025-07-23 19:28:36发布于:浙江0阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ int N; cin>>N; if(N==0){ cout<<"zero"; } else if(N<0){ cout<<"negative"; } else{ cout<<"positive"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个