#include int main() { int x = 5; if (x > 3) { printf("*yes*\n"); } return 0; }