#include main() { int i; i=200; if(i>100) { printf("hi, i > 100\n"); }else { printf("hi, i < 100\n"); } }