#include int main() { int n; scanf("%d", &n); if (n > 0); { /* Notare il ";" estraneo! */ printf("Positivo!\n"); } return 0; }