这个家伙很勤劳,什么也没有留下
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《【提前直播】ICPC 2025 World Finals 专题讨论帖》回复:
qphp(验证码7fac)
在讨论《emojiOI R1 赛后总结帖》回复:
qp
在讨论《TPOI Round 5 赛时答疑帖》回复:
qphp
在讨论《『GTOI』Round 1 赛后总结帖》回复:
qp
在讨论《「WWOI」Round 1 赛时答疑贴》回复:
qp
在讨论《LGR235 赛后总结帖》回复:
$\textcolor{white}{T4没提交}$
在讨论《LGR235 赛后总结帖》回复:
qp
在讨论《洛谷网校学员NOI获得8金38银28铜》回复:
qp
在讨论《警告》回复:
我再研究一下
### 不要用链式前向星! ## 不要用链式前向星!! # 不要用链式前向星!!! 献上TLE代码 ```cpp #include using namespace std; #define int long long const int inf=2147483647; int n,m,s,cnt; int dis[50…
fastest:(rust) ```cpp use itertools::*; use memoise::*; use proconio::marker::*; use proconio::*; use std::collections::*; use superslice::Ext; type Map = BTree…
在文章《常数 dp 学习笔记》发表评论:
要这么编写代码吗?来这道题的人都是刚学c++的