“我把思念藏进风里,从此整个世界便都是你”
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《WA6个求救!!!》回复:
@[willow13](luogu://user/1342225) v[i]=min(v[i],l);啥意思啊求讲解
``` #include #define int long long using namespace std; int n,l,v[100005],w[100005],ans=1e18,dp[2005]; signed main() { ios::sync_with_stdio(0); cin.tie(0); cout…
在讨论《爆零了,求救救,真的害怕死了呜呜呜》回复:
@[Zhu_PingYuan](luogu://user/1029108)@[zhang_jinghan](luogu://user/661199)谢谢谢谢,满分了,就删除了一个文件读写,谢谢谢谢
在讨论《爆零了,求救救,真的害怕死了呜呜呜》回复:
感觉今年废了
```cpp #include using namespace std; struct node { int zhi,x; }; node a[1000005]; int n,m,hang=0,lie=1; bool flag=false; bool cmp(node x,node y) { return x.zhi>…
```cpp #include #define int long long using namespace std; int n,aa[1000005],bb[1000005],cnt=0; string str; stack a,b; stack c; signed main() { ios::sync_with_s…
在讨论《WA5个救命!》回复:
@[guozhiling114514](luogu://user/1060903) OKOK谢谢大佬
在讨论《WA5个救命!》回复:
@[guozhiling114514](luogu://user/1060903)2和6
``` #include using namespace std; int a[5000005],ans[5000005],zong=0,cnt=0; int n,k; bool zhi(int b) { for(int i=2;i >n>>k; for(int i=1;i >a[i]; } qiu(1); cout<…
在讨论《求调,新人》回复:
@[DreamFairy](luogu://user/739534)@[linzongyi_520](luogu://user/1651510) 谢谢谢谢,AC了
在讨论《求调,新人》回复:
@[linzongyi_520](luogu://user/1651510)为啥if不对
在讨论《求调,新人》回复:
一直MLE
```cpp #include using namespace std; void qiu(string x,string y) { if(x.size()>0) { cout >a>>b; qiu(a,b); return 0; } ```
在讨论《求调,新人》回复:
@[linzongyi_520](luogu://user/1651510)@[_mei_tou_nao_](luogu://user/1390743) 已过谢谢
在讨论《求调,新人》回复:
@[linzongyi_520](luogu://user/1651510)额,我上课没有洛谷号,老师把他自己的一个号借我用用,我回家自己刷刷
在讨论《求调,新人》回复:
全TLE
``` #include using namespace std; int main() { int cnt=0,i=0; int k,n=0; cin>>k; while(cnt<=k) { i++; n++; cnt+=1/i; } cout<<n; return 0; } ```
在文章《字符串学习笔记·哈希(HASH)与字典树(Trie)》发表评论:
为什么要写一个+prime?