#include #include int main(void) { for(int i = 0; i<5; i++) printf(" %d ", rand()); return 0; }