From 922fac5dee1bc7ccfdf160c208e5c1e2500dde6e Mon Sep 17 00:00:00 2001 From: DarkSharpness_XzY <2040703891@qq.com> Date: Fri, 20 Oct 2023 22:08:54 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20std=20=E6=97=B6=E9=97=B4=E5=BF=98?= =?UTF-8?q?=E6=94=B9=E4=BA=86......?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/Integer3/1.cpp | 2 +- data/Integer3/2.cpp | 2 +- data/Integer3/3.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/Integer3/1.cpp b/data/Integer3/1.cpp index e82ccec..6391444 100644 --- a/data/Integer3/1.cpp +++ b/data/Integer3/1.cpp @@ -1,7 +1,7 @@ /* Time: 2023-10-20 Test: Custom constructor. Div and mod. -std Time: 0.30s +std Time: 0.00s Time Limit: 1.00s Notes: Sanity check. */ diff --git a/data/Integer3/2.cpp b/data/Integer3/2.cpp index 2a2034f..8b42ce7 100644 --- a/data/Integer3/2.cpp +++ b/data/Integer3/2.cpp @@ -1,7 +1,7 @@ /* Time: 2023-10-20 Test: Custom constructor. Div and mod. -std Time: 0.30s +std Time: 0.00s Time Limit: 1.00s Notes: Sanity check. */ diff --git a/data/Integer3/3.cpp b/data/Integer3/3.cpp index 232d56f..b9b906c 100644 --- a/data/Integer3/3.cpp +++ b/data/Integer3/3.cpp @@ -1,7 +1,7 @@ /* Time: 2023-10-20 Test: Copy constructor and assignment operator. -std Time: 0.30s +std Time: 0.00s Time Limit: 1.00s Notes: Sanity check. */