有关必回
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《LGR 261 赛时答疑帖》回复:
qp
在讨论《GESP C++ 组所有客观题全部上传到了洛谷有题》回复:
已完成今日 给我传出工伤了,kkk 打钱! 大学习
在讨论《LGR-262 作弊名单》回复:
qp
在讨论《80求条,求壶关》回复:
@[charly666](luogu://user/1752009) 谢谢dalao,已关,求壶关
```cpp #include using namespace std; double x,y; int main(){ cin>>x; if(x>=0&&x =5&&x<10){ y=2-1.5*(x-3)*(x-3); } else { y=x/2-1.5; } printf("%.3f",y); return 0…
在讨论《2025 年度总结已上线》回复:
@[Ben_coding](luogu://user/1283979) 我也是
在讨论《2025 年度总结已上线》回复:
qp 刷题健将
在讨论《80求条,壶关》回复:
@[Hcy114514](luogu://user/1061859) 已关,求壶关
```cpp #include using namespace std; int a=1,b=1; double ans; int n,i; int main(){ cin>>n; for (i=3;i<=n;i++){ ans=a+b; a=b; b=ans; } printf("%.2lf",ans); retur…
在讨论《洛谷 2025 年鉴》回复:
hp
在讨论《洛谷管理组春节休假安排 (2026)》回复:
qp
在讨论《90求条,壶关》回复:
```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; long long ans=1; if(a==1){ cout INT_MAX){ cout<<-1<<endl; return 0; } } cout<<ans<<endl; re…
本来2个TLE,1个WA,看了眼题解发现1要特判,改完后最后一个电WA```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; long long ans=1; if(a==1){ cout INT_MAX){ cout<<-1<<endl…
在讨论《样例没过怎么AC了》回复:
那为什么提交过了@[pengyichen123](luogu://user/1660382)
在讨论《样例没过怎么AC了》回复:
@[pengyichen123](luogu://user/1660382)
在讨论《样例没过怎么AC了》回复:
我自己对了一下是一样的,但在洛谷ide里第一个是wa,但提交通过了
```cpp #include using namespace std; int m,x,y; int a[13]= {0,3,6,6,2,4,7,2,5,1,3,6,1}; int b[13]= {0,31,28,31,30,31,30,31,31,30,31,30,31}; int c[7][8]; int mai…
在文章《题解:B4421 [语言月赛 202510] 配对序列》发表评论:
还没有评论
在文章《题解:P1427 小鱼的数字游戏》发表评论:
你没输入n