我不该把月色惹
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在调试时候的 ```cpp cout << endl; ``` 但是忘记注释掉了阿. 然后呢就开freopen发现了这个问题.聪明的他就直接把带着freopen的代码交了 # ~~tiancai是这样的~~
马蜂良好[但是显示第一行太短](https://www.luogu.com.cn/record/191605341) ```cpp #include using namespace std; struct Print{ int id, t; bool operator x.id; return t > x.t; } }…
在文章《P11311 漫长的小纸带 题解》发表评论:
题解是一定要有代码的吗?
在讨论《真不想被一个个数据hack TwT》回复:
永远讨厌被否认的感觉
- 大小王不能当作对子但是可以王炸 - 四个只能带两个不能只带一个 这好样的题目,还有什么奇葩的点啊才92 ```cpp /* 11/19/2024 我错把风云入墨,写尽一生都是错 始终等不来一场雨淋湿你我 那年你江南路过,我不该把月色惹 便不会如此难以割舍 我错把风云入墨,写尽一生都是错 缘分难勾勒,在纸上,斑驳你我…
在讨论《rp++【据说只要回复rp++的人比赛就能拿1=哦(成功了来还愿!】》回复:
while(1) rp++;
在文章《那些因竞赛而停课的选手,竞赛失利后是如何回归高中课堂的?》发表评论:
感谢
在讨论《ooooo》回复:
```cpp # include using namespace std; int n, boom[100005], f[100005]; int main(void) { while (cin >> boom[++ n]); n --; f[1] = boom[1]; int k1, k2; k1 = k2 = 1;…
在讨论《无题》回复:
@[NopainNogain](/user/846651) 宝宝乖
在讨论《无题》回复:
```cpp #include using namespace std; struct Edge{ int u, v; double w; }e[250005]; int n, m, cnt; int x[505], y[505], fa[505]; bool flag[505]; double cal(double…
第一次没把last放到for循环里面,只有16pts。避雷 ```cpp #include using namespace std; const long long MOD = 998244353; int T, id, n, m, c, f; long long h[1010][1010], sum[1010][10…
在讨论《史山样例过不了 求dalao看看》回复:
@[__int114514](/user/213387) 谢谢已关
我估计就是pushdown和xg的问题 ```cpp #include using namespace std; long long Tr[600005], add[600005], times[600005], mod; int n, m; void pushdown(int rt, int l, int r){ i…
真不知道错哪了 救救孩子罢 ```cpp #include using namespace std; int N, M; string s; int fa[100005][30], d[100005], H[100005], G[100005]; vector son[100005]; void dfs(int now…
在讨论《发现一个题目测试点漏洞》回复:
改过来了
在讨论《80分请教大佬orz》回复:
@[_Vector_](/user/430528) ------------ ~~我真的是个屑~~
不解,救助 ```cpp # include using namespace std; struct num { int p, s; }; int n, k; int a[1000005]; int head, tail; num q1[1000005], q2[1000005]; int main(void) { c…
```cpp # include using namespace std; char a1[50000], b1[50000]; int alen, blen, flag, brea; int a2[50000], b2[50000], ans[50000]; int main(void) { cin >> a1; c…
在讨论《最后一点TLE》回复:
@[蒟蒻JJA](/user/352464) 感谢,现在已经过了
在讨论《最后一点TLE》回复:
@[蒟蒻JJA](/user/352464) 但是我DEV编unordered_map这个东西过不了
在讨论《最后一点TLE》回复:
@[蒟蒻JJA](/user/352464) 感谢感谢orz
在讨论《最后一点TLE》回复:
@[BreezeEnder](/user/242543) 感谢
我也不知道该说什么好了。。。。 希望大佬给个优化方案 # ******orz****** ```cpp # include using namespace std; struct str { string sss; int step; }x; int len, times; queue q; string s1, s2…
在讨论《样例过了,测试全Wa,下了组数据发现。。。》回复:
@[陶(戴)佳伟](/user/328443) 额,感谢
这是代码 ```cpp # include using namespace std; struct value { int x_axis, y_axis; }; int n, m, x, y; int vis[405][405]; int x_next1[2] = {1, -1}, y_next1[2] = {2, -…
```cpp #include using namespace std; int n, r, q; int a[200100], win[200100], lose[200100]; int s[200100], w[200100]; bool cmp(int x, int y) { if(s[x] == s[y])…
在讨论《纠错》回复:
@[马先生](/user/302043) ```cpp #include using namespace std; char ca[2005], cb[2005]; int a[2005], b[2005], c[4000050]; int main() { int lena, lenb, lenc; scanf("%…
在讨论《水题急求 WA#11》回复:
@[do_while_true](/user/223298) 嗯嗯,现在懂了
在讨论《水题急求 WA#11》回复:
@[do_while_true](/user/223298) 为什么还是90分?
在讨论《为啥80,样例和测试点明明全过》回复:
@[Conquest_Legends](/user/394729) ```cpp #include using namespace std; int main() { string Coding; cin >> Coding; char Identification = Coding[Coding.size() - 1…