文章列表

筛选

c++猜字游戏

摘要:#include"iostream"#include"random"using namespace std;int&……

涂色(区间dp)

摘要:[原题].(https://www.acwing.com/problem/content/2808/"原题")#includeusingnamespacestd;intdp[100……

Road(暂存代码)

摘要:```cpp#includeusingnamespacestd;typedeflonglongll;constintN=1e5+10;lla[N],v[N];intmain(){//freopen(&……