C compiler with embedded metalanguage.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

18 行
114 B

#if 1
int x = 0;
#endif
#if 0
int x = 1;
#if 1
X
#endif
#ifndef AAA
X
#endif
#endif
int main()
{
return x;
}