From e4ac428afeb7f0b4e3a1902ab6579b160600efed Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 18 Sep 2024 17:41:38 +0800 Subject: [PATCH] update --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 6b93b2b..a2b041d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -88,7 +88,7 @@ int main() // std::ios_base::sync_with_stdio(false); //加了没效果 using namespace std; - Spent all_spent("all spent"); + Spent all_spent("All spent"); const auto start = chrono::system_clock::now();