#include #if 0 int main() { printf("0"); return 0; } #else int main() { printf("1"); return 0; } #endif