#include <bits/stdc++.h> using namespace std;
int main() {
int b; cin >> b; if(b>0){ cout<<"positive";
}else if(b<0){ cout<<"negative"; }else{ cout<<"zero"; } return 0; }
使用您的 蒙青创OJ 通用账户