提交时间:2023-01-18 16:24:44
运行 ID: 5882
#include<bits/stdc++.h> using namespace std; int main() { int n; if(n>0) cout<<"positive"; if(n=0) cout<<"zero"; else cout<<"negative"; return 0; }