纵使亡魔心仍不悔
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《洛谷 2025 年鉴》回复:
qp
在文章《OI 考场上反制啥必的 9 个 trick》发表评论:
《在考场上如果有人的显示器非常亮,可以直接举手报告监考老师他显示器炸了。》
在文章《NOIP 有啥必知道的 9 个 trick》发表评论:
https://www.luogu.com.cn/article/n544z1p6
```cpp #include using namespace std; int main(){ string s,s1,s2; char c; cin>>s; for(int i=0;i<s.length();i++){ if(s[i]=='=') s1=s.substr(0,i),s2=s.substr(i+1);…
在文章《后天——人类与AI》发表评论:
2025留
在文章《从百草园训到三味书屋》发表评论:
今天正好有仿写三味书屋作业 感谢大大
**[题目传送门](https://www.luogu.com.cn/problem/P12388)** 题目大意: $$f(n)=\sum_{i=1}^n\sum_{j=1}^n[\operatorname{popcount}(i+j)\gcd(i,j)=\max(i,j)]$$ 即:$f(n)=$ 满足 $\ope…
因抄袭题解而棕名惩罚