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