rt
#include<iostream> int main(){int a;std::cin>>a;std::cout<<(a<0?"negative":(a>0?"positive":"zero"));}