这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《各位聊一下梦想。》回复:
3, 慢慢就喜欢上了
在讨论《求助,输出方案》回复:
已解决, 是状态设计的问题, 导致状态转移会有待选方案被覆盖掉. ``` 3 2 1 4 2 3 4 1 0 0 ``` 这个数据我是错误的
```cpp #include #include #include #include #include using namespace std; const int N = 255, M = 35; struct rec { int w1, w2; } man[N]; int n, m; int f[N][M][450…
在讨论《关于substr()函数与字符串哈希》回复:
@[Hexarhy](/user/80049) 感谢!!O(n)那怪不得
TLE写法 ```cpp #include #include #include #include using namespace std; typedef unsigned long long ULL; int n; string s1; int main() { ios::sync_with_stdio(0); ci…
在讨论《az 12点了》回复:
@[smallC233](/user/296919) ~~+1~~
rt https://blog.csdn.net/weixin_41162823/article/details/82930705 这篇博客说的是对的吗?
在讨论《关于优先队列对结构体的重载运算符》回复:
是不是符合条件的放在下面 因为默认是小根堆
```cpp struct Node { int num, val; }; bool operator b.num); } ``` 我想要 val大 或 相等时 num小的放进去 为什么他return 需要的是 不应该return > 和 < 吗?
在讨论《CSP-S三等分数线估计会是多少》回复:
@[QwQcOrZ](/user/61120) ZJ (
在讨论《我的代码交了好几次 为什么有时候RE 一两个 有时候CE 有时候AC 时》回复:
@[henrytb](/user/76156) 啊这
```cpp #include #include #include #include #include #include #include using namespace std; typedef long long ll; typedef unsigned long long ull; struct Edge{ in…
在讨论《guide编程软件的debug中不显示运行到第几行》回复:
怎么解 求回答qwq
在讨论《关于c++ 文件重定向(freopen)与关闭流的先后问题》回复:
@[konjacq](/user/54189) 嗯,先谢谢了
在讨论《关于c++ 文件重定向(freopen)与关闭流的先后问题》回复:
@[konjacq](/user/54189) 哦哦,那么 关闭流同步 和 freopen 先后有要求吗 qwq
在讨论《关于c++ 文件重定向(freopen)与关闭流的先后问题》回复:
@[konjacq](/user/54189) 关闭流指ios::sync_with_stdio(false)~~标题太长不让打~~ 是这样吗qwq