w

wuyixuan314

#1075255

hi,everyone

发帖
6
文章
0
互动
13
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. wuyixuan314
    最早追溯到 2023/11/18最后捕获于 2025/11/04

时间线

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

  1. 回复讨论

    在讨论我太难了回复:

    但依旧全WA
  2. 回复讨论

    在讨论我太难了回复:

    改一下代码: ```cpp #include #include using namespace std; int a[3020]; int n; bool findd(int q) { for(int i=0;i >n; for(int i=1;i 0&&!findd(a[i-1]-i)) { a[i]=a[i-1]-…
  3. 回复讨论

    在讨论我太难了回复:

    @[Tiffake](luogu://user/928604)不对啊, 变成全WA了 代码: ```cpp #include #include using namespace std; int a[3020]; int n; bool findd(int q) { for(int i=0;i >n; a[0]=1; f…
  4. 回复讨论

    在讨论我太难了回复:

    @[Tiffake](luogu://user/928604) 感谢,已关
  5. 发起讨论
    我太难了

    只有第一个测试点AC,其余均WA,求正确代码,正确必关 [rt](https://www.luogu.com.cn/record/199240356) 错误代码: ```cpp #include #include using namespace std; bool findd(int s[],int n,int lng…

    回复 7参与人数 7
  6. 发起讨论
    谁知道

    ```cpp #include #include using namespace std; string sum(string s[],int b,int e) { string a; for(int i=b;i a[j])return false; } } return true; } void m() { int…

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

    在讨论我怎么就过不了呢?(100分)回复:

    @[ruo_aqueous](luogu://user/1392551) ok
  8. 回复讨论

    在讨论我咋了???回复:

    @[4041nofoundGeoge](luogu://user/1285950)thank you,已关
  9. 发起讨论
    我咋了???

    [测评结果](https://www.luogu.com.cn/record/198238034) ```cpp #include using namespace std; long um(long s,long e,long a[]) {long sum=0; for(int i=s;i >n>>k; long a[…

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

    在讨论求调,最后一个点WA回复:

    @封禁用户@封禁用户
  11. 回复讨论

    在讨论我怎么就过不了呢?(100分)回复:

    @[mcturtle](luogu://user/823830) 那我该怎么优化呢?
  12. 发起讨论
    我怎么就过不了呢?(100分)

    AC10个点,其余均TLE 代码: ```cpp #include #include using namespace std; int i,j,k,x,n,maxx,m,a[1000000],b[1000000],h[1000000]; int main() { i=1;n=0;m=0; while (cin>>a[i…

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

    在讨论0分求救!!!!回复:

    @[pjh0625](luogu://user/1339889) 感谢,已AC
  14. 回复讨论

    在讨论为什么我错了呢?回复:

    @[lyh0217](luogu://user/555798) 那不换算法怎么做?
  15. 回复讨论

    在讨论为什么我错了呢?回复:

    @[lyh0217](luogu://user/555798) 找分割点用
  16. 发起讨论
    0分求救!!!!

    # ***B4066*** 0分求AC代码 我的代码: ```cpp #include #include using namespace std; int main() {int ma=1e9,mi=-1e9; int n,k; int num[100001]; cin>>n>>k; for(int i=0;i >nu…

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

    在讨论为什么我错了呢?回复:

    @[lyh0217](luogu://user/555798) 不过双层for循环超时啊
  18. 回复讨论

    在讨论为什么我错了呢?回复:

    @[lyh0217](luogu://user/555798) ok
  19. 发起讨论
    为什么我错了呢?

    # B4039 我的代码: ```cpp #include #include #include #include #include using namespace std; bool di(string a,string b) {if(a.length()!=b.length())return false; for(i…

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