#include<bits/stdc++.h>
#include<cmath>
using namespace std;
int main(){
int N;
scanf("%d",&N);
if(N>0){
printf("positive");
}
if(N==0){
printf("zero");
}
if(N<0){
printf("negative");
}
return 0;
}
欢迎光临 山东智趣岛论坛 (https://abc.sdzqd.com/) | Powered by Discuz! X3.3 |