My first | 明年今日

My first

markdown测试

1
2
3
4
5
6
7
priority_queue<int> ins, del;
void insert(int x) {ins.push(x);}
void deletee(int x) {del.push(x);}
int top() {
while (!del.empty() and !ins.empty() and del.top() == ins.top()) {del.pop(); ins.pop();}
return ins.top();
}

LaTeX测试

1+p1+a2
baf(x)dx
(N2k=121k)
X=(x11x12x21x22)
y={aif d>cb+xin the morninglall day long
-------------本文结束感谢您的阅读-------------
Powered By Valine
v1.5.2