p

pengsiqi11

#1004121CCF 4 级

欢迎加入https://www.luogu.com.cn/team/61740

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

历史用户名外显

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

  1. pengsiqi11
    最早追溯到 2024/10/11最后捕获于 2025/11/03
  2. pengsiqi11
    最早追溯到 2024/09/07最后捕获于 2024/09/07
  3. pengsiqi11
    最早追溯到 2024/06/04最后捕获于 2024/06/04
  4. pengsiqi11
    最早追溯到 2024/04/06最后捕获于 2024/04/06
  5. pengsiqi11
    最早追溯到 2024/04/06最后捕获于 2024/04/06
  6. pengsiqi11
    最早追溯到 2024/01/27最后捕获于 2024/01/27
  7. pengsiqi11
    最早追溯到 2023/12/23最后捕获于 2023/12/23
  8. pengsiqi11
    最早追溯到 2023/11/19最后捕获于 2023/11/19

时间线

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

  1. 回复讨论

    在讨论RE求助(不是数组越界)回复:

    @[bashengxuan0422](luogu://user/1089972) 嗯嗯,谢谢大佬们
  2. 回复讨论

    在讨论RE求助(不是数组越界)回复:

    谢谢谢谢,是我眼瞎了
  3. 发起讨论
    RE求助(不是数组越界)

    调试信息告诉我说是**浮点异常**错误,本萌新头一回见到,求大佬指点 ```cpp #include using namespace std; int n,h,f[30],d[30],t[30],m,ans,cnt; int dp[2000]; int main(){ cin>>n>>h; m=h*60; for(in…

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

    在讨论50pts的原因是:回复:

    谢谢楼主(我说怎么调试了半个小时没写出来)
  5. 回复讨论

    在讨论My Cow Ate My Homework S回复:

    等等,题目问的是“所有能够使你获得最高可能成绩的 K 值,并按升序排列”, 你这只输出了一个吧。
  6. 回复讨论

    在讨论重申一下,这题不是贪心回复:

    警钟长鸣,支持楼主! (怒交十几次的someone)T o T
  7. 回复讨论

    在讨论求问,解题思路回复:

    @[damuzhi](/user/1127424) 建议楼主再去看一眼exgcd的定义, 一个个求数据是2*10^5与10^9,会爆。 ……
  8. 回复讨论

    在讨论0ps,求调回复:

    @[thomas1234567](/user/1237804) please 看题, 你输出了什么?
  9. 回复讨论

    在讨论救我回复:

    @[phr0720](/user/971339) ~~~~那就当我没说~~~~
  10. 回复讨论

    在讨论救我回复:

    @[phr0720](/user/971339) 可以考虑map,不会炸。 ~~~~你要是不会就当我没说~~~~
  11. 回复讨论

    在讨论速速求助!!!回复:

    @[guomu](/user/1430240) ```c #include using namespace std; struct st{ int g,s; }a[200000]; int er(int l,int r,int t){ int m,as; while(l t){ r=m-1; } } return as…
  12. 回复讨论

    在讨论求助回复:

    @[rwhy](/user/1001535) 已A,thanks。 ~~怎么感觉我在变相看题解~~
  13. 回复讨论

    在讨论求助回复:

    @[rwhy](/user/1001535) no problem , just look the code. 确实是那样干的 thanks!
  14. 回复讨论

    在讨论求助回复:

    @[rwhy](/user/1001535) ```c #include using namespace std; long long num,cnt,ans; bool flag=0; string s; stack q; int main(){ cin>>s; for(int i=0;i<=s.size();i++…
  15. 回复讨论

    在讨论求助回复:

    @[rwhy](/user/1001535) 是的是的,正在写,刚刚找到思路…… ^-^ 谢谢
  16. 回复讨论

    在讨论WA20分求调回复:

    @[ZGSZ_AviationLover](/user/953240) 加了之后仍然有错QAQ
  17. 回复讨论

    在讨论求助回复:

    另:代码输出只有1!
  18. 发起讨论
    求助

    ```c #include using namespace std; struct node{ char opt; int x,y;}; string s; int l,r,num1,num2=1,a[100025]; queue b; bool f[100025]; int main(){ cin>>s; for(i…

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

    在讨论样例全过,但交上去全WA回复:

    me too,不过这题正解不是这个思路 @[Imustchaotijie](/user/1018087)
  20. 回复讨论

    在讨论蒟蒻求助回复:

    ohhhhhhhhhhhh! 想起来了想起来了想起来了 谢谢大佬!
  21. 发起讨论
    蒟蒻求助

    code: ```c #include using namespace std; int p[25][25][25]; int w(long long a,long long b,long long c){ if(a 20||b>20||c>20) return p[20][20][20]; if(p[a][b][c]…

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

    在讨论【LGR-201-Div.3】SCP-J 2024 模拟赛赛时答疑帖回复:

    @[wangyishan](/user/612044) 不需要,看第一题
  23. 发起讨论
    彻底晕倒!40分

    code: ```c #include using namespace std; string a,b; int ans,pos; bool f1=true,f2; int main(){ cin>>a; getline(cin,b); getline(cin,b); for(int i=0;i ='A'&&a[i]…

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

    在讨论WA20分求调回复:

    ```c #include using namespace std; string a,b; int ans,pos; bool f=1; int main(){ cin>>a; getline(cin,b); for(int i=0;i ='A') a[i]+=32; for(int i=0;i ='A') b[i]…
  25. 发起讨论
    30分求助

    ```c #include using namespace std; int a[10005],ans,c,j,i,k; int main(){ cin>>c; for(j=1;j >a[j]; sort(a+1,a+c+1); for(i=1;i<=c;i++){ for(j=1;j<=c;j++){ for(k=1…

    回复 0参与人数 1
  26. 发起讨论
    蒟蒻求助

    0分代码: ```c #include using namespace std; long long n,m,w[110],ans,dp[10010]; bool cmp(long long a,long long b){return a>b;} int main(){ cin>>n>>m; for(int i=1;i…

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

    在讨论蒟蒻求助,40分回复:

    @[Hatsune_Miku_](/user/544500) 太感谢了Thanks♪(・ω・)ノ,等于号去掉后是AC了,谢大佬帮助。
  28. 发起讨论
    蒟蒻求助,40分

    ```c #include using namespace std; struct node{ int a,b; }y[20005],x[20005]; int m,n,k,l,d,xi,yi,qi,pi; bool cmp1(node a,node b){ return a.a>=b.a; } bool cmp2(n…

    回复 3参与人数 3
已经到最早的记录