Post Model
A post model.
1. Text
A post model.
1.1. Inline Math
Math rendering is powered by \(\KaTeX\)
1.2. Display Math
\[ \TeX \Rightarrow \LaTeX \Rightarrow \KaTeX \]
2. Block
2.1. Blockquote
This is a blockquote.
2.2. Code
// c++ code
#include<iostream>
#include<cstdio>
using namespace std;
int main(){
scanf("%d%d",a,b);
printf("%lld",a+b);
return 0;
}