▓█▕▔▁◣▽▼kami sama▼▽◢▔▏█▓
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《64求調》回复:
好我自己改出來了,不必幫了
```cpp #include using namespace std; using ll=long long; //Emotional Damage struct order{ char tape,i; string st,ed; }; int line,o=0,_; order ord[105]; int chec…
在讨论《如何快速获得壶关好友?》回复:
找我
在讨论《如何截屏?》回复:
win+shift+s or win+alt+prtscrn
在讨论《求一个录屏软件》回复:

在讨论《更纯净的洛谷》回复:
@[Hacker_Jack](luogu://user/1437694) 你用了就知道了
在讨论《求主题》回复:
[](https://www.luogu.com.cn/theme/design/267582)
在讨论《求一个录屏软件》回复:
win+alt+R
[](https://www.luogu.com.cn/theme/design/267582)
  什么意思…
在讨论《更纯净的洛谷》回复:
https://www.luogu.com.cn/theme/design/267582
- [${\color{Purple} cpp函数}$](https://www.cnblogs.com/fkissx/p/4610947.html) - [${\color{Purple} 洛谷}$](https://www.luogu.com.cn/user/1164476) - [${\color{Purple}…
``` #include using namespace std; int main(){ int n; cin>>n; vector a(n,0); int an=1,as=1; short c=0; for(;;c=0){ bool f=0; for(int i=0;i<n;i++){ if(!a[i]){ if(…
在讨论《少输球》回复:
$Objection!$
在讨论《90分求助》回复:
好吧,我已经过了。 ChatGPT如是说:“您提供的代码片段是一个使用回溯法生成所有组合的 C++ 程序。这个程序能够解决您描述的问题,即从 $n$ 个元素中生成所有可能的 $r$ 个元素的组合,并按照字典顺序输出。 下面是代码的详细解释: 1. `#include `:这行代码包含了 C++ 标准库中的所有头文件,以…
在讨论《90分求助》回复:
不要在意那个“▓Emotional Damage▓”
做~~造孽~~作业,不知道为啥90分。 测试数据下载了,1140行,貌似没问题。 ``` #include //▓Emotional Damage▓ using namespace std; int n,m,ans[15]; bool f[15]; void work(int now){ if(now>m){ for(…
在讨论《有点简单》回复:
``` #include using namespace std; int main(){ string a,b,ans; cin>>a>>b; int sa=a.size(),sb=b.size(); if(sa =0;i--){ x=a[i]-'0'+b[i]-'0'+f; f=x/10; x%=10; ans=c…
在讨论《有点简单》回复:
Python太好用啦