fix: 修改了一些注释

This commit is contained in:
zsq259
2023-10-24 14:11:06 +08:00
parent 713953304e
commit 7184001efc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"files.associations": {
"string_view": "cpp"
"cstring": "cpp"
}
}

View File

@ -35,7 +35,7 @@ public:
// 读入一个大整数
void read(const std::string &);
// 输出储存的大整数
// 输出储存的大整数,无需换行
void print();
// 加上一个大整数