题解醉词意2023-07-15 17:24:10发布于:浙江0阅读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 << "zero"; }else{ cout << "negative"; } return 0; } 记得点赞 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个