这个家伙懒得要(1+2)*3-5,想让我留下什么东西,go yours!受着呗
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; typedef long long ll; ll f[250009]; int a[509],c[509]; int main() { int n,k; cin>>n>>k; int sum_val=0; for(int i=1;i >a[i]>…
在讨论《关于我上个月的提交记录现在还在Judging》回复:
@[Grammar_hbw](luogu://user/856004)那时候我还没注册账号呢!!!
 现在时间:$2026/2/17$。进入后显示编译失败,666
在讨论《/effect @后人 blindness》回复:
@[XsIeEiKcEk](luogu://user/1617786) 以防爆0
标题翻译:我的世界命令 近视后人 注意$\sum c_{\text{children}}$在叶子上为$0$,因此要对`g[i].size()==0`特判,确保不会因为叶子而爆`0`。
```cpp #include using namespace std; int a[50009]; int mx[50009],mn[50009],block_size; int get(int i) { return (i-1)/block_size+1; } int main() { int n,q; cin>>…
```cpp #include using namespace std; int main() { long long s,n; cin>>n>>s; string str; cin>>str; deque dq; while(s>0) { dq.push_back(s%2); s/=2; } for(int i=0;…
在文章《黄题黑题傻傻分不清?NOIPlus2025 出题人教你如何帮孩子评估题目难度》发表评论:
原文:https://mp.weixin.qq.com/s/7YM7UqDV-2-8tJuRKVZl6Q
```cpp #include using namespace std; template class my_queue { public: T q[3000009]; int f,r; void push(T val) { q[++r]=val; } T pop_and_get() { return q[++f];…
在讨论《Luogu Academic & 洛谷官方核心用户群》回复:
hp
```cpp #include using namespace std; template class my_queue { public: T q[2009]; int f,r; void push(T val) { q[++r]=val; } T pop_and_get() { return q[++f]; } i…
```cpp #include using namespace std; long long a[201][201],up[201][201],mx; struct node { long long id,val; }s[201]; node L[209],R[209];int topL,topR; bool cmp(…
```cpp #include using namespace std; long long a[201][201],up[201][201],mx; struct node { long long id,val; }s[201],s1[201]; bool cmp(node x,node y) { if(x.val…
在讨论《求条 单调队列5分》回复:
A了,此贴成为发言社区。
```cpp #include #define int long long using namespace std; int a[5009],f[5009][5009]; int q[5009],F,r; signed main() { int n,w,s; cin>>n>>w>>s; for(int i=1;i >a…
在讨论《《灵异事件》/建议加强数据》回复:
何意味 
在讨论《《灵异事件》/建议加强数据》回复:
@[wangshengyue](luogu://user/1765131) 洛谷神机
这是我$O(n^4)$的代码片段  然而,我的代码AC了。  但是数…
在讨论《【新版个人中心、相似工单】25 年 10 月更新》回复:
hp
在讨论《梦熊月亮赛 作弊名单》回复:
后排
在讨论《梦熊月亮赛 作弊名单》回复:
qp
AC AC WA WA WA AC AC AC WA WA 康怡康CODE ```cpp #include using namespace std; int n,d,k; int a[500009],b[500009]; int q[500009]={0},F=0,r=0; int f[500009]={0}; boo…
$O(n^2logn)$应该过不了吧 ```cpp #include using namespace std; priority_queue ,greater >heap; int a[100001],b[100001]; int main() { int n,m,k; cin>>n>>m>>k; for(int i=…
在文章《题解:B4307 [蓝桥杯青少年组国赛 2024] 第二题》发表评论:
您好,您的代码运行会编译错误,原因: "为了您的安全...重要" 在此作用域尚未定义
```cpp #include #define int long long using namespace std; struct node { int p,c; }a[2001]; bool cmp(node x,node y) { return x.c ,less >tot2; int tong[2001]; si…
在讨论《Unaccepted的100咋回事》回复:
$O(n^3)$就能过
在讨论《Unaccepted的100咋回事》回复:
@[shy_lihui](luogu://user/1053122) 人话:最后一个$Subtask$的`TLE`点即使通过也不得分