来到博客的第一天
经历了各种困难终于是搭好了自己博客。
感谢:
https://blog.csdn.net/BLSPers/article/details/82986039学习了如何搭建github与hexo
https://sariay.github.io/借鉴的hexo主题
测试(我是一级标题):
我是二级标题:
我是三级标题:
我是四级标题:
我是五级标题:
我是六级标题:
我是头文件:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| #include<bits/stdc++.h> #include <iostream> #include <cstdio> #include <cmath> #include <iomanip> #include <string> #include <cstring> #include <algorithm> #include <set> #include <map> #include <vector> #include <queue> #include <stack> #include <deque> #include <utility> #define LL long long using namespace std; const int MAX = 300020; const int MAX_1 = 15; const int INF = 0x3f3f3f3f; const double EPS = 0.0000001; const int MOD = 998244353; const double PI = acos(-1);
|
我是代码块
1 2 3 4 5 6 7
| #include <iostream> using namespace std; int main() { cout << "Hello word!" <<endl; return 0; }
|
$$
A = B + C
$$
我是引用
$a * b_1 + c^6 + d^{7 * 7 + 8 + 8^2}$
- 我是列表
- 有序的
[https://hxyerror.github.io/]:
上面是链接引用
上面是水平分割线
[TOC]
上面显然是目录
加粗
下划线
删除线
斜体
超链接
图像![]()
这是代码:cout << "Hello word!" <<endl;