完善代码;
This commit is contained in:
parent
1bc0b3a137
commit
e778be3772
1
main.cpp
1
main.cpp
@ -1084,7 +1084,6 @@ int main() {
|
|||||||
generator.run();
|
generator.run();
|
||||||
//输出时间
|
//输出时间
|
||||||
end = clock(); //结束时间
|
end = clock(); //结束时间
|
||||||
cout << endl;
|
|
||||||
double times = double(end-start)/CLOCKS_PER_SEC;
|
double times = double(end-start)/CLOCKS_PER_SEC;
|
||||||
cout<<"The Run time = "<<times<<"s" << " = " <<times * 1000 <<"ms" << endl;
|
cout<<"The Run time = "<<times<<"s" << " = " <<times * 1000 <<"ms" << endl;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user