From 1a2a6a1be333ff001793f3e27de1f22037b198a6 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Sun, 24 Mar 2024 12:30:34 +0800 Subject: [PATCH] layout output. --- datatype/DataChainTest.cpp | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/datatype/DataChainTest.cpp b/datatype/DataChainTest.cpp index 21c69fa..3ca2344 100644 --- a/datatype/DataChainTest.cpp +++ b/datatype/DataChainTest.cpp @@ -1,5 +1,6 @@ #include #include +#include #include using namespace std; @@ -16,7 +17,7 @@ void out_data_chain(DataChain *dc) while(node) { - cout<<"["<start<<","<count<<"]"; + cout<<"["<start<<","<count<<"]"; if(node==end) break; @@ -46,42 +47,42 @@ int os_main(int,os_char **) } else { - cout<<"Acquire UserNode: "<GetStart()<<","<GetCount()<GetStart()<<","<GetCount()<<"] "; } out_data_chain(&dc); } cout<<"---------------------------------------------------------------------------------"<