First-blog
First Blog
Formats
Testing
Testingtesting
Hyperlink
行内形式: Github
自动链接: Github http://github.com/GZTimeHacker
List
- first item
- second item
- third item
Table
表头1 | 表头2 | 表头3 | 表头4 |
---|---|---|---|
默认左对齐 | 左对齐 | 居中对其 | 右对齐 |
默认左对齐 | 左对齐 | 居中对其 | 右对齐 |
默认左对齐 | 左对齐 | 居中对其 | 右对齐 |
Code
#include<iostream>
using namespace std;
int main()
{
cout<<"hello world";
return 0;
}
Mathjax
空心的符号:\mathbb{KL}
向量、矩阵:\mathrm{x, y}
实值:x
根式:\sqrt[x]{y}
常见的三角函数,如 , ,
比较运算符:\lt \gt \le \ge \neq : 。可以在这些运算符前面加上\not,如\not\lt :
表示: ,\cdot表示居中的点,x \cdot y :
集合关系与运算:\cup \cap \setminus \subset \subseteq \subsetneq \supset \in \notin \emptyset \varnothing :
表示排列使用\binom{n+1}{2k}或{n+1 \choose 2k}
箭头:\to \rightarrow \leftarrow \Rightarrow \Leftarrow \mapsto:
逻辑运算符:\land \lor \lnot \forall \exists \top \bot \vdash \vDash:
Example:
视觉测试
hello
this is a test#include<bits/stdc++.h> using namespace std;
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 GZTime's Blog!
评论