Alexander Zhang
Alexander Zhang
https://github.com/gzc/CLRS/blob/b7d3df5ba834b2a15007d0f0fc320f1dfc9f4041/C06-Heapsort/young.cpp#L43 Please test with the following example. ```c++ int main() { int arr1[4] = {2, 3, 8, 14}; int arr2[4] = {4, 5, 9, 16}; int arr3[4] = {12,INT_MAX,INT_MAX,INT_MAX}; int...
## 编译环境 编译的系统:overleaf TeX 发行版:TeX Live 2023 模板版本:v7.4.0 模板类型:doctor(使用缺省值) p.s. 在 macOS 13.5.2 上使用 latexmk 编译也存在此问题,并且下面的「其它尝试」对于 latexmk 也适用。 ## 描述问题 截图: 复现上述问题的代码: ```TeX \documentclass{thuthesis} \usepackage[utf8]{inputenc} \usepackage{filecontents} \usepackage{hyperref} \usepackage{glossaries} \usepackage[style=thuthesis-numeric]{biblatex} %...