#include int main () { int x; scanf("%d", &x); if (x > 0) printf ("Positive"); else printf ("Not positive"); }