获取中...

-

Just a minute...

来到博客的第一天

​ 经历了各种困难终于是搭好了自己博客。

感谢:

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;//100000
const int MAX_1 = 15;
const int INF = 0x3f3f3f3f;//1061109567,1e9,int-MAX2147483647;
const double EPS = 0.0000001;
const int MOD = 998244353;//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}$

  1. 我是列表
  2. 有序的
  • 我是列表
  • 当然是无序的

[https://hxyerror.github.io/]:

上面是链接引用


上面是水平分割线

[TOC]

上面显然是目录

加粗

下划线

删除线

斜体

超链接

图像

这是代码:cout << "Hello word!" <<endl;

相关文章
评论
分享
  • day

    2019.7.15洛谷p1582 HDU5578 5583 CFEducational Codeforces Round 68 (Rated for Div. 2), problem: (A) Educational Codeforc...

    day
  • PASS-CET4

    我要过四级我要过四级我要过四级没有什么写的,只是表达一下我很想过四级!!!! sad,昨天的cf被hack了,不然我就青了QAQ 听了听保研的经验分享会,感觉怎么样也好难啊,考研难,保研难 打好比赛,好好学习,过四级!

    PASS-CET4
  • 专题-搜索

    专题-搜索
  • vim

    vim
  • 专题-Dancing Links X

    122123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616...

    专题-Dancing Links X
  • ubuntu18.04双硬盘(ssd+机械)+双系统(win10+linux)

    安装最先一定要分清楚一件事情你的系统启动方式是什么 UEFI or BCD?看清楚再安装(百度怎么看) 安装参考链接: https://www.cnblogs.com/ERFishing/p/10050867.html 注意事项1....

    ubuntu18.04双硬盘(ssd+机械)+双系统(win10+linux)
  • NC-10

    NC-10
  • NC-9

    NC-9
  • NC-8

    NC-8
  • ECF-70-2

    Educational Codeforces Round 70 (Rated for Div. 2)A.You Are Given Two Binary Strings乘2^k次,其实就是把二进制左移了k位 加法就是对应位加就好了,然...

    ECF-70-2
Please check the parameter of comment in config.yml of hexo-theme-Annie!