diff --git a/main.cpp b/main.cpp index 6a3cdaf..8e81f02 100644 --- a/main.cpp +++ b/main.cpp @@ -1084,7 +1084,6 @@ int main() { generator.run(); //输出时间 end = clock(); //结束时间 - cout << endl; double times = double(end-start)/CLOCKS_PER_SEC; cout<<"The Run time = "<