#includestdio.h
#if y==2
#define x 2
#else
#define x 4
#endif
int main()
{
printf("%d",x);
return 0;
}

Posted on by