题解准2023-09-09 13:27:37发布于:吉林1阅读0回复0点赞#include<bits/stdc++.h> using namespace std; int main(){ double x; cin>>x; if(x>0)cout<<"positive"; else if(x==0)cout<<"zero"; else cout<<"negative"; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个