高精度运算C++实现

https://blog.csdn.net/qq_41854911/article/details/119392824

高精度加法

注意特殊情况:两者长度不一致,考虑最高位的进位,比如99+99

Center Quote 居中引用

建议在单行文字时使用

Example

1
{% cq %}代码优雅,核心简单{% endcq %}

代码优雅,核心简单

Note( Bootstrap Callout )

设置

使用 Usage

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
```



{% codeblock 创建note lang:html [additional options] %}
{% note [class] [no-icon] [summary] %}
Any content (support inline tags too).
{% endnote %}
{% endcodeblock %}



{% note info no-icon This is a summary %}
Any content (support inline tags too).
{% endnote %}





## 代码块 Code Block

```html
{% codeblock [title] [lang:language] [url] [link text] [additional options] %}
code snippet
{% endcodeblock %}