#include <stdio.h>main(){ int i; scanf("%d", &i); if (i > 0) printf("%d\n", i); return 0; }
0
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!