2张永朋2025-10-25 15:45:56发布于:福建7阅读0回复0点赞#include<iostream> using namespace std; int main() { int a; cin>>a; if (a>0) { cout<<"positive"; } else { if (a==0) { cout<<"zero"; } else { cout<<"negative"; } } } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个