fork download
  1. #include <stdio.h>
  2.  
  3. static const int N = 1000;
  4. static const int V = N? 1:0;
  5.  
  6. int main(){
  7. printf("%d",V);
  8. return 0;
  9. }
Success #stdin #stdout 0.02s 2680KB
stdin
Standard input is empty
stdout
1