#include int main() { unsigned int n; scanf("%u", &n); if (n = 0) { /* Nota: dovrebbe essere "==" */ printf("Hai immesso 0!!!\n"); } return 0; }