Skip to content

Commit 69170de

Browse files
wuyanranwuyanran
wuyanran
authored and
wuyanran
committed
finish
1 parent f04a2a6 commit 69170de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

header.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ void print_table(int WIDTH)
289289
string str;
290290
vector<string>::iterator it;
291291
cout<<left;
292-
cout<<setw(10)<<" ";
292+
cout<<setw(WIDTH/2)<<" ";
293293
for(i=0;i<vtset.size();i++){
294294
cout<<setw(WIDTH)<<vtset[i];}
295295
cout<<endl;

0 commit comments

Comments
 (0)