这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; typedef long long ll; int t; int n; struct SBCCF{ int a,b,c; }a[100001]; int ans=0; int x,y,z; int b[100001]; int l=0; void…
在讨论《2.48sOI Round 1 比赛作弊名单》回复:
**自 2023 年 1 月 1 日起到 2025 年 7 月 13 日 15 时,已经检测与认定作弊案例 3553 人次,封禁累犯作弊者 238 人,申诉 87 人次,认定申诉有效而撤回惩罚 22 次,申诉成功的个案占被处罚的个案中的 0.63%。**
在讨论《【赛时答疑】LGR-225 洛谷蓝桥杯模拟赛》回复:
qp
在讨论《洛谷学员进省队 55 人》回复:
qp
在讨论《【LGR-218-Div.2】作弊名单》回复:
qp
在讨论《75求助》回复:
```cpp #include using namespace std; long long n; //不开long long见祖宗 int main(){ scanf("%lld",&n); while(n!=1){ if(n%2==0){ printf("%lld/2=%lld\n",n,n/2); n=n/2;…
```cpp #include using namespace std; int n,m,x,y; int f[101][101]; int main(){ scanf("%d%d%d%d",&n,&m,&x,&y); n++; m++; x++; y++; f[1][1]=1; for(int i=1;i<=n;i+…
在讨论《【悬关】机械键盘有一个键坏了怎么办》回复:
有一种东西叫软键盘awa
```cpp #include using namespace std; int n; int a[1001]; int l=1; int main(){ scanf("%d",&n); a[1]=1; for(int i=1;i 9){ a[l+1]=1; flag=0; }else if(a[j]>9){ a[j]…
``` #include using namespace std; int n,m; int a[500001],tree[500001]; int lowbit(int x){ return x&(-x); } void add(int x,int k){ while(x x){ ans+=tree[x]; y-=l…
```cpp #include using namespace std; int n,m; int a[500001],tree[500001]; int lowbit(int x){ return x&-x; } void add(int x,int k){ while(x 0){ ans+=tree[x]; x-=…
在讨论《抓到了一个把题解改一改就交的》回复:
@[chen_zhe](/user/8457)
在讨论《抓到了一个把题解改一改就交的》回复:
管理自己应该可以看吧
在讨论《抓到了一个把题解改一改就交的》回复:
只是因为太多了没时间一个一个截下来
在讨论《抓到了一个把题解改一改就交的》回复:
早就有十个了
在讨论《抓到了一个把题解改一改就交的》回复:
......
在讨论《抓到了一个把题解改一改就交的》回复:
@cz
在讨论《抓到了一个把题解改一改就交的》回复:
谁知道@哪个管理
   谢谢
## 五分钟做出来的: ```cpp #include using namespace std; int n; int a[100001]; int sum=1,ans; bool cmp(int x,int y){ return x>y; } int main(){ scanf("%d",&n); for(int i…
在讨论《我是入机》回复:
@[wenhanzheng](/user/1167140) 一个大大的鸭蛋
在讨论《疑似抄袭代码》回复:
@[ZMQ_Ink6556](/user/1125291) emm......好像~~没错~~不对
# 肝了好久结果WA了 ``` #include using namespace std; int a[10][10]; int n; int ans=0; int main(){ scanf("%d",&n); for(int i=1;i<=n;i++) for(int j=1;j<=5;j++) scanf("%d…