#include #include int main(int argc, char** argv) { if (argc<3) { printf("%s \n", argv[0]); return -1; } srand(1234); int line_no=0; for(int i=0; i