From 7184001efc584c0037fb4f5ef1a73c937b1abc6b Mon Sep 17 00:00:00 2001 From: zsq259 <2530059525@qq.com> Date: Tue, 24 Oct 2023 14:11:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- int2048.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a478c1f..f66631f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "files.associations": { - "string_view": "cpp" + "cstring": "cpp" } } \ No newline at end of file diff --git a/int2048.h b/int2048.h index 43a0931..56511e8 100644 --- a/int2048.h +++ b/int2048.h @@ -35,7 +35,7 @@ public: // 读入一个大整数 void read(const std::string &); - // 输出储存的大整数 + // 输出储存的大整数,无需换行 void print(); // 加上一个大整数