#include main() { int x; printf("x = "); scanf("%d", &x); if (x % 2 == 1) { printf("x: odd\n"); } }