摘要:
1 #include <iostream> 2 #include <cmath> 3 using namespace std; 4 5 int a[1020]; 6 7 void fix(int a[], int i, int n) 8 { 9 int l = 2 * i, r = 2 * i + 阅读全文
摘要:
Package microtype Error: Font expansion does not work with xetex. \begin{document} 解决方法:把下面的包注释掉 \usepackage[protrusion=true, expansion=true]{microtyp 阅读全文