Network Security · Reverse Engineering · IoT · Mathematics
Math Test
行内公式: $e^{i\pi}+1=0$ 块公式: $$ \det A =\prod_{i<j}(x_j-x_i) $$ 有限域: $$ \mathbb{F}_q[x] $$ 矩阵: $$ A= \begin{bmatrix} 1&2\ 3&4 \end{bmatrix} $$
Hello World
这是我的第一篇博客。 测试代码: 1 2 3 4 5 #include <iostream> int main() { std::cout << "Hello World"; }