摘要:
LaTeX 公式插入方式 行内公式$ f(x) = a+b $$ f(x) = a+b $ 行间公式$$ f(x) = a+b $$$$ f(x) = a+b $$ 手动编号$$ f(x) = a - b \tag{1.1} $$$$ f(x) = a - b \tag{1.1} $$ 空格 名称 阅读全文
posted @ 2024-02-22 10:09
yeyou26
阅读(40)
评论(0)
推荐(0)
摘要:
高精度 加减乘做完了 除法开摆() void Print(int *a) { bool flag=0; int i=M; while(!a[i] && i) i--; while(i) {putchar(a[i]^48);i--;flag=1;} if(!flag) putchar(0^48); } 阅读全文
posted @ 2024-02-22 09:49
yeyou26
阅读(39)
评论(2)
推荐(0)

浙公网安备 33010602011771号