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