#include <stdio.h> int main(void){#if 1 printf("hoge\n"); #if 0 printf("fuga\n"); #endif printf("piyo\n");#endif}
Standard input is empty
hoge piyo
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!