题解周浩宇2025-02-08 16:28:31发布于:广东5阅读0回复0点赞#include <iostream> using namespace std; int main(){ int b; cin>>b; if(b<0){ cout<<"negative"; }else if(b==0){ cout<<"zero"; }else{ cout<<"positive"; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个