摘要: 传送门 糖衣炮弹的左偏树模板,解析见学习笔记。 1 #include<bits/stdc++.h> 2 using namespace std; 3 static inline int read() 4 { 5 char c; 6 int flag = 0; 7 while(not isdigit( 阅读全文
posted @ 2021-11-16 17:30 一程山雪 阅读(28) 评论(0) 推荐(0)