#include <stdio.h> int main() { int a; if (a = 1) printf ("hello\n"); if (a = 0) printf ("world\n"); return 0; }