#include main () { int x, y; if(x==y) { printf("x =y\n"); } else { printf("%d", x); } printf("hello world\n"); for(x =10; x < 200; x++) printf("%d", x); }