#include <stdio.h> static const int N = 1000;static const int V = N? 1:0; int main(){ printf("%d",V); return 0;}
Standard input is empty
1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!