#include <stdlib.h> int main() { srand(time(NULL)); printf("%d", rand()); return EXIT_SUCCESS;}
Standard input is empty
500143827
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!