欢迎来到 Hexo!这是你的第一篇文章。如需更多信息,请查看文档。如果在使用 Hexo 时遇到问题,可以在故障排除指南中找到答案,也可以在 GitHub 上向我提问。

Latex Testing: 2n=i=0n(ni)2^n=\sum_{i=0}^{n} \binom{n}{i}

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include<bits/stdc++.h>
using namespace std;
using pll=pair<long long,long long>;
class segtree
{
public:
#define nd node[now]
#define ndl node[now*2]
#define ndr node[now*2+1]
};
struct node
{
long long x,y;
};
int main()
{

return 0;
}

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment