From e778be37722c208e3693592e100e9083b5a7f16a Mon Sep 17 00:00:00 2001 From: satunreric Date: Fri, 30 Apr 2021 10:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BB=A3=E7=A0=81;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cpp | 1 - 1 file changed, 1 deletion(-) 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 = "<