题解一坨江2024-07-27 09:47:37发布于:北京6阅读0回复0点赞#include<iostream> using namespace std; int main(){ int n; cin>>n; if(n<0) cout<<"negative"; else if(n>0) cout<<"positive"; else cout<<"zero"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个