From c4a96697499fd01eeb29d822d5a9eeb798faee50 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 18 Sep 2024 17:44:12 +0800 Subject: [PATCH] update --- src/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 72c4785..a089953 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,7 +5,6 @@ #include #include #include -#include #include #include #include @@ -89,8 +88,6 @@ int main() using namespace std; Spent all_spent("All spent"); - - const auto start = chrono::system_clock::now(); std::array buf; int lines = 0; @@ -105,7 +102,7 @@ int main() // string l = ""; zt::print("Undergoing transformation\n"); - + while (input_file_stream.getline(buf.data(),MAX_SIZE,'\n')) {