是要登录吗?
输入要搜索的内容
点击「搜索」或者使用 Enter 键开始搜索
快排模板 ```cpp #include #define Max 100000 #define il inline using namespa...
最近在学dp,于是选了这一题。这题暴力似乎也能打,但还没打(估计是咕咕咕了),既能练dp还能练dfs,岂不美哉?
原理:不断用getchar()读入,再相加 例子1: ```cpp inline int read(){ int s=0,w=1; ...
BST详解,splay基本操作介绍
别人家的正解。。。。。。 #include using namespace std; struct edge{...