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