a

autumn__

#1861592CCF 5 级

壶关U663808||OI(2021-?)||严禁接龙

发帖
12
文章
0
互动
21
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. autumn__
    最早追溯到 2026/01/05最后捕获于 2026/02/27
  2. autumn__
    最早追溯到 2025/11/03最后捕获于 2026/01/02

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发起讨论
    55pts求条

    ``` #include using namespace std; int n,c[310],a[310],f[310][310]; int main() { cin>>n; for(int i=1;i >c[i]; } for(int i=1;i >a[i]; } sort(c+1,c+n+1); for(int i…

    回复 0参与人数 1
  2. 回复讨论

    在讨论95pts TLE on #12回复:

    还可以再加一个优化,如果你的`ans`加上最长单词的长度小于当前的`i`的话可以直接输出`ans`。 ``` 1 1 abc abchfugehgkhksynoiuiovnsinugtrngsl ``` 这个数据加上这个优化肥肠有用
  3. 发起讨论

    谁能解释一下为什么是`End[Son[now][i]]|=End[Son[Fail[now]][i]];`而不是`End[Son[now][i]]=End[now]|End[Son[Fail[now]][i]];`

    回复 0参与人数 1
  4. 回复讨论

    在讨论警示后人 If you WA 0回复:

    那很唐了
  5. 回复讨论

    在讨论30pts求条回复:

    @[Augustus_Deception](luogu://user/1408853) 谢
  6. 发起讨论
    30pts求条

    ``` #include using namespace std; string st,st1; int b[1000010]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr),cout.tie(nullptr); cin>>st>>st1; int…

    回复 2参与人数 2
  7. 回复讨论

    在讨论68分求助回复:

    @[_aszxqw_](luogu://user/1425451) 那是针对于每一个矩形的吧
  8. 回复讨论

    在讨论68分求助回复:

    欸不对啊,这也算?
  9. 回复讨论

    在讨论68分求助回复:

    @[_aszxqw_](luogu://user/1425451) 谢谢
  10. 发起讨论
    68分求助

    ``` #include using namespace std; int a[310][310]; int main() { cout 0) { if(i/12*12+2<=i) { a[i/12*12+2][i]=1; } if(i/12*12+4<=i) { a[i/12*12+4][i-1]=1; } if(i…

    回复 6参与人数 6
  11. 发起讨论
    警示后人(如果你WA on #2)

    尝试一下这个数据↓ input ``` 1 ``` 输出output ``` 1 ```

    回复 0参与人数 1
  12. 发起讨论
    求条10pts

    [评测记录](https://www.luogu.com.cn/record/256917644) ``` #include using namespace std; const int mod=998244353; long long n,m,c,f,T,a[1010][1010],d[1010][1010],r[1…

    回复 0参与人数 1
  13. 回复讨论

    在讨论60求救前两个RE回复:

    @[GMH12138](luogu://user/2007510) 求关注
  14. 回复讨论

    在讨论60求救前两个RE回复:

    @[GMH12138](luogu://user/2007510) 还有一个原因,b数组开小了
  15. 回复讨论

    在讨论60求救前两个RE回复:

    求关注
  16. 回复讨论

    在讨论60求救前两个RE回复:

    `n>MAX`错了,你的MAX存的是20,但是n的范围是小于等于100的。所以当n>20的时候,代码会执行return 1导致RE
  17. 回复讨论

    在讨论60求救前两个RE回复:

    ``` if (n MAX || m MAX) { return 1; } ```
  18. 回复讨论

    在讨论60求救前两个RE回复:

    ``` #include #include using namespace std; struct student { int score; }; int jisuanfenshu(int score[],int m) { int sum = 0, minscore = 10, maxscore = 0; for (i…
  19. 回复讨论

    在讨论60求救前两个RE回复:

    何意味
  20. 回复讨论

    在讨论求调30pts回复:

    现在65勒
  21. 发起讨论
    求调30pts

    ``` #include using namespace std; int n,m,a[1010][1010]; long long f[1010][5]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr),cout.tie(nullptr); cin…

    回复 3参与人数 3
  22. 回复讨论

    在讨论30pts求助回复:

    难道说我的代码被卡掉了?
  23. 发起讨论
    30pts求助

    ``` #include using namespace std; int n,l,r,ans,MAX,a[10010]; int main() { ios::sync_with_stdio(false); cin.tie(nullptr),cout.tie(nullptr); cin>>n; for(int i=1;…

    回复 1参与人数 1
  24. 回复讨论

    在讨论Hack & 加强数据回复:

    建议@管理
  25. 发起讨论
    如果你 82pts

    统计答案的变量请开long long

    回复 0参与人数 1
  26. 发起讨论
    18pts求条

    ``` #include using namespace std; int len,ans,f[5000010]; string st,st1; int main() { cin>>len>>st; string st1="&#"; for(int i=0;i r) { r=i+f[i]; mid=i; } ans+=…

    回复 0参与人数 1
  27. 发起讨论
    112pts求助

    ``` #include using namespace std; unordered_map mp; int n,MAX,f[2000010]; string st; int main() { ios::sync_with_stdio(false); cin.tie(nullptr),cout.tie(nullptr…

    回复 2参与人数 2
  28. 回复讨论

    在讨论80求条回复:

    受着
  29. 发起讨论
    求条 TLE on #10 #11

    ``` #include using namespace std; int cnt,n,pos[210],len[210],Ans[210]; string s,st[210]; map mp; struct node { int end,fail,vis[30]; }AC[1000010]; inline void…

    回复 0参与人数 1
  30. 评论文章