In the shadow of the sun
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《21个测试点没过》回复:
@[Joker_1212](luogu://user/367168) 谢谢大佬指点!!
求大佬优化 ```cpp #include using namespace std; const int maxn = 5e4 + 5; const int maxs = 29; bool vis[maxn]; int fa[maxn][maxs]; vector v[maxn]; int deep[maxn]; in…
为什么我这个代码**第21个测试点不对**? 大佬求调!!! ``` #include using namespace std; const int maxn = 1e6 + 5; int n, m; int c[maxn], r[maxn], d[maxn], s[maxn], t[maxn], a[maxn]; b…
呜呜呜... 为什么过不了? ``` #include using namespace std; const int maxn = 1e3 + 5; const int maxm = 5e4 + 5; int n, m, tr[maxn][maxm][26]; int tot = 1, endd[maxn][maxm]…