求加团队Orz ด้้้้้็้้้็็็็็้้้้้็็็็็้้้้้้็็็็็้้้้้็็็็็้้้้้้็็็็็้้้้้็็็็็้้้้้้็็็็็้้้้้็็็็็้้้้้้็็欲买桂花同载酒,终不似,少年游▄︻┻┳══━一
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《2025 年度总结已上线》回复:
不知道为啥,画质好糊,有些字还没显示
```cpp #include using namespace std; struct zj{ int a,b; }; int main(){ int n,c; zj p[11]; for(int i=0;i >p[i].a>>p[i].b; } c=p[0].b; for(;;){ c+=p[0].a; if((c-…
在文章《【黑粉】(整活)我的网恋对象不可能是男孩子!(二)(deepseek 续写)》发表评论:
qp
在文章《三年来,AI 在高考写作上的进步》发表评论:
qp
能过样例,但只有#1 #2 $AC$ ```cpp #include using namespace std; int main(){ int n; cin>>n; long long a1=1,a2=1,b=1; if(n==1||n==2){ cout<<1<<endl; } else{ for(int j=3;j…
暴力爆0了,能改吗 ```cpp #include using namespace std; int main(){ int t,n; cin>>t; for(int i=0;i >n; int a[n][n]; for(int j=0;j >a[j][m]; if(a[j][m]==1){ cnt++; } } }…
暴力的,爆0,能改吗 ```cpp #include using namespace std; int main(){ int t,n; cin>>t; for(int i=0;i >n; int a[n][n]; for(int j=0;j >a[j][m]; if(a[j][m]==1){ cnt++; } } }…
在讨论《60分求调》回复:
@[wsdyz2010](luogu://user/575302)谢谢大佬
在讨论《60分求调》回复:
```cpp #include using namespace std; long long p; long long mi(long long a,long long b) { if(b==0){ return 1; } else if(b%2==1){ return mi(a,b/2)*mi(a,b/2)%p*a%…
```cpp #include using namespace std; int main(){ long long a,b,p,ans=0; cin>>a>>b>>p; ans=a; for(int i=1;i<b;i++){ ans*=a; ans%=p; } cout<<a<<"^"<<b<<" mod "<<p…
在讨论《70求条》回复:
@[littlewhite_](luogu://user/811437)谢谢大佬
```cpp #include using namespace std; int main(){ long long a,b,ans=0; cin>>a>>b; ans=a; if(a==1){ cout 2147483647){ cout<<-1; } else{ cout<<ans; } } ``` 求条QWQ
在讨论《Fortnight Round 1 赛时答疑帖》回复:
qp
在讨论《40求调QWQ》回复:
@[zmq130606](luogu://user/1137662) 谢谢大佬!
在讨论《40求调QWQ》回复:
@[zhangli828](luogu://user/1106298) ```cpp #include using namespace std; int main(){ int a; string b[53]; string cucun; cin>>a; for(int i=0;i >b[i]; } for(int i…
```cpp #include using namespace std; int main(){ int a; string b[53]; string cucun; cin>>a; for(int i=0;i >b[i]; } for(int i=0;i =52){ cout<<0; } else{ cout<<52…
在文章《当前正在征集题解的计划题目公示》发表评论:
qp
# [题链](https://www.luogu.com.cn/problem/P11060) ~~我的第一篇题解(求赞)~~ ## AC代码 1 用递归的方式求解: ```cpp #include using namespace std; long long jc(int n){//阶乘函数 if(n==0||n==…
在讨论《【优先晋级线公布】CSP-J/S 初赛讨论帖》回复:
qp
在讨论《洛谷秋令营 J/S(只要599元)》回复:
qp
在文章《某帅气的哥群周刊第七刊》发表评论:
qp
在讨论《「CZOI-R6」赛时答疑》回复:
qp
在讨论《『Fwb』Round 2 赛后总结帖》回复:
qp
### **明明可以正常输出No,还是有问题,求大佬们帮调** ```cpp #include using namespace std; int main(){ bool e; int a,b,c,d; cin>>a; for(int i=10000;i<=30000;i++){ b=i/100; c=i/10-i/1…
在讨论《LGR-231-Div.3 & 「CZOI-R4」赛后总结》回复:
qp
> _中午12点整,全球爆发了一种新型病毒,感染者会具有攻击性,就是所谓的丧尸。_ 我冲到自家小卖部的卷帘门前,却发现平常十分顺滑的卷帘门此刻却怎么也拉不下来。眼看一只丧尸就要踏入小卖部了。一个机械音在我脑海中想起: > **【恭喜宿主成功绑定末日商店系统,代号TOTO-012】** 什么玩意啊,小命都快保不住了,这又…