0%

HelloWorld

Testing…

The HTML specification is maintained by the W3C.

This is a info

This is a success

This is a warning

This is a dangerous warning

😄

Footnote 1 link[1].

Footnote 2 link[2].

Inline footnote[3] definition.

Duplicated footnote reference[2:1].

Ins

Light

H2O

X2

折叠代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma region
#ifndef M207
#pragma GCC optimize("O2,Ofast,inline,unroll-all-loops,-ffast-math")
#pragma GCC target("popcnt")
#endif
#include <bits/stdc++.h>
using namespace std;
signed main()
{
#ifdef M207
freopen("in.in", "r", stdin);
// freopen("ot.out","w",stdout);
#endif
return 0;
}

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

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


  1. Footnote can have markup

    and multiple paragraphs. ↩︎

  2. Footnote text. ↩︎ ↩︎

  3. Text of inline footnote ↩︎