#include #include #include #include using namespace std; #define MAX_DEFAULT 10 //random points in a circle int main(int argc, char *argv[] ) { int j,max; double x,y; if(argc>1)max=(int)(atof(argv[1])); else max=MAX_DEFAULT; srand(time(NULL)); for(j=0;j