#include <stdio.h> int main(){ #define false 1 if((1==1)==false) puts("victory"); return 0;}
Standard input is empty
victory
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!