我的新文章

前言 这是一篇关于Hugo的新文章。 Part1 行内数学公式:$a^2 + b^2 = c^2$。 块公式, $$ a^2 + b^2 = c^2 $$ $$ \boldsymbol{x}_{i+1}+\boldsymbol{x}_{i+2}=\boldsymbol{x}_{i+3} $$ Part2 1#include <iostream> 2using namespace std; 3int main() { 4 cout << "Hello, World!" << endl; 5 return 0; 6}

2024-12-18 · 1 分钟 · SaitamaSiSi