l

lxyzbjt

#1472033

只会暴力做橙题的菜鸟一个,

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

历史用户名外显

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

  1. lxyzbjt
    最早追溯到 2025/11/03最后捕获于 2025/11/03
  2. lxyzbjt_
    最早追溯到 2024/11/25最后捕获于 2024/11/25
  3. lxyzbjt_
    最早追溯到 2024/10/18最后捕获于 2024/10/18

时间线

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

  1. 发起讨论
    为什么炸内存

    ```cpp #include using namespace std; string a; char mapp[107][107]; int n,m,vis[107][107],res[107][107]; int dfs(int x,int y){ if(x==n-1 and y==m-1) return 1; i…

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

    在讨论洛谷入门赛 #37 赛时答疑回复:

    @[_luogu_huowenshuo_](luogu://user/884813) $\color{yellow}okok$
  3. 回复讨论

    在讨论洛谷入门赛 #37 赛时答疑回复:

    @[_luogu_huowenshuo_](luogu://user/884813)说个题外话怎么设置文字颜色的
  4. 回复讨论

    在讨论洛谷入门赛 #37 赛时答疑回复:

    为什么这么卡哎妈呀
  5. 回复讨论

    在讨论求调回复:

    @[Amoribus](luogu://user/935976) ok已过感谢
  6. 回复讨论

    在讨论求调回复:

    @[Amoribus](luogu://user/935976) 另外清空了哪里啊,没看出来
  7. 回复讨论

    在讨论求调回复:

    @[Amoribus](luogu://user/935976) 状压pks讲过了但实际基本没听懂。。
  8. 发起讨论
    求调

    记忆化前0分(不过没有tle,所以是不是不用记忆化),加了更错了,两版都放了,帮忙看看是哪里少了几句吗? **前** ```cpp #include using namespace std; const int N=23; struct p{ vector edge,plen; }; p path[N]; int n,…

    回复 9参与人数 9
  9. 回复讨论

    在讨论只过样例,球跳回复:

    @[Benny_](luogu://user/920677)是这样的
  10. 回复讨论

    在讨论只过样例,球跳回复:

    @[Amoribus](luogu://user/935976)谢谢!
  11. 发起讨论
    只过样例,球跳

    ```cpp #include using namespace std; const int N=5e5+7,INF=1e7+7; int n,x[N],v[N],head; char s[N]; struct bg{ int val; int pos[2]; bool operator B.val; if(pos[0…

    回复 4参与人数 4
  12. 发起讨论
    自留代码

    因为rmj用不了。 ```cpp #include using namespace std; long long x; long long su(long long x){ for(long long i=2;i 0){ ans+=y%10; y/=10; } return ans; } int main(){ cin…

    回复 2参与人数 2
  13. 发起讨论
    斤氏后人

    这long long可太好了!一定要开long long!不然九分(此人笑哭

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

    在讨论很暴力,有什么我这个菜鸟能听懂的优化方法吗?回复:

    @[KarmaticEnding](luogu://user/642173)似乎懂了,我再试试
  15. 回复讨论

    在讨论很暴力,有什么我这个菜鸟能听懂的优化方法吗?回复:

    @[Helenty](luogu://user/1403682)谢谢啊啊我再研究研究
  16. 发起讨论
    很暴力,有什么我这个菜鸟能听懂的优化方法吗?

    ```cpp #include using namespace std; const int N=5e4+6; int A[N],pre[N],n,ans; int main(){ cin>>n; for(int i=1;i >A[i]; pre[i]=pre[i-1]+A[i]; } for (int l=1;l<=…

    回复 6参与人数 6
  17. 发起讨论
    64,TLE好多,求调

    ```cpp #include using namespace std; const int N=1e6+7; int n,a[N],ans; int main(){ cin>>n; for(int i=1;i >a[i]; } for(int i=1;i<=n;i++){ int cnt=1,pos=i; while…

    回复 6参与人数 6
  18. 回复讨论

    在讨论【赛时答疑】洛谷基础赛 #19 & ALFR Round 3回复:

    t2有a均不相等的情况吗
  19. 发起讨论
    20求条

    累了 ```cpp #include using namespace std; int su(int x){ for(int i=2;i >n; for(int i=1;i<=n;i++){ if(su(i)==1){ if(su(n/i)==1){ cout<<max(i,(n/i)); return 0; } }…

    回复 2参与人数 2
  20. 发起讨论
    我嘞个彩虹啊

    菜鸡爱骗分 ![彩虹](https://cdn.luogu.com.cn/upload/image_hosting/qcw71gvw.png)

    回复 0参与人数 1
  21. 发起讨论
    菜鸟WA第六个测试点,求调

    0,1都试过了,long long也开了啊啊啊 ```cpp #include using namespace std; long long a,w,bian; bool x; int main(){ cin>>a; a*=37; w=a%10; while(1){ a/=10; bian=a%10; if(w!=bi…

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

    在讨论Man!初二生学OI一个月,入门赛rated2160啥实力回复:

    @[hfls_80533](/user/1468058) 帅!
已经到最早的记录