#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; if(n>0) { cout<<"positive"<<endl; } else if(n==0) { cout<<"zero"<<endl; } else { cout<<"negative"<<endl; }
By signing up a 羽润编程 universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 羽润编程 universal account