这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《编译失败求条》回复:
okok此帖结
编译器里可以编译 ```cpp #include #define int long long using namespace std; int nms[100010]; int P; vector link[100010]; struct Node{ int hs; vector sons; int fa; int d…
在讨论《求助Devcpp不能自定义sort的比较函数》回复:
好的谢谢大佬们,发现问题了
这段半成品代码在devcpp里编译不了,而且好像是在stl里报错,格式跟网上查的一样啊,求大佬解答 ```cpp #include using namespace std; int qzh[100010]; vector > nei; vector > ji; struct l{ int t,pl; }; bool c…
```cpp #include #include using namespace std; int gp1[2010]; int gp2[2010]; double p[2010]; int l[310][310]; double ans[2010][2010][2];//第几节课,换了几次,这次是否换的期望值 int…
倍增,再差分 ```cpp #include #include #include #include #include #include using namespace std; void d(int fa); void d2(int fa); bool check(int num,int bdis); int w[30…