d

dama1978

#549706

这名用户暂未设置签名。

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

历史用户名外显

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

  1. dama1978
    最早追溯到 2023/10/23最后捕获于 2023/10/23

时间线

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

  1. 回复讨论

    在讨论第一个帮忙调通,奉上10元,拜托回复:

    @[Colubrid_L](luogu://user/942590)已私信,发个手机号,方便充话费
  2. 回复讨论

    在讨论第一个帮忙调通,奉上10元,拜托回复:

    ```cpp #include using namespace std; int m, maxt, a[310][310]; bool vis[310][310]; int dx[]={0, 1, 0,-1}; int dy[]={1, 0,-1, 0}; bool isvalid(int x, int y, int…
  3. 回复讨论

    在讨论第一个帮忙调通,奉上10元,拜托回复:

    @[hyk0YF0Gamer](luogu://user/657531)@[cxh1208](luogu://user/2003274)谢谢帮助,已调整代码,虽然没有通过,但该得分已得。已关注二位,多谢!
  4. 发起讨论
    第一个帮忙调通,奉上10元,拜托

    ```cpp #include using namespace std; int m, maxt, a[310][310]; bool vis[310][310]; int dx[]={0, 1, 0,-1}; int dy[]={1, 0,-1, 0}; bool isvalid(int x, int y, int…

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

    在讨论第一个调试通过,奉上6元,拜托回复:

    (暂无内容)
  6. 发起讨论
    第一个调试通过,奉上6元,拜托

    ```cpp #include using namespace std; int m, maxt, a[310][310]; bool vis[310][310]; int dx[]={0, 1, 0,-1}; int dy[]={1, 0,-1, 0}; bool isvalid(int x, int y, int…

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

    在讨论求调,调过必关,拜托!回复:

    @[constjk7](luogu://user/678273)修改了,还是不过
  8. 发起讨论
    求调,调过必关,拜托!

    ```cpp #include using namespace std; int m, maxt, a[310][310]; bool vis[310][310]; int dx[]={0, 1, 0,-1}; int dy[]={1, 0,-1, 0}; bool isvalid(int x, int y, int…

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

    在讨论有奖调试,第一个帮忙调试成功的,奉上6元,拜托回复:

    @[Ryanwu](luogu://user/964077)知道大家这么积极回复,不是为了钱,但我要表示诚意。洛谷缺个奖励机制
  10. 回复讨论

    在讨论有奖调试,第一个帮忙调试成功的,奉上6元,拜托回复:

    @[Ryanwu](luogu://user/964077)@[Ryanwu](luogu://user/964077)我明白,晕了头了,已关注,请允许我私信
  11. 回复讨论

    在讨论有奖调试,第一个帮忙调试成功的,奉上6元,拜托回复:

    @[Ryanwu](luogu://user/964077)怎么给你转过去6元,没法给你私信
  12. 发起讨论
    有奖调试,第一个帮忙调试成功的,奉上6元,拜托

    ```cpp #include using namespace std; int n, a[30], dp[30], vis[30][30], nxt[30], tot=0, ans=0; int dfs(int i){ if(!dp[i]) return dp[i]; int res=0,idx=0; for(int…

    回复 41参与人数 41
  13. 发起讨论
    样例过了,第一个测试点也一样,结果全部错误,请帮忙!

    ```cpp #include using namespace std; int n, a[30], dp[30], vis[30][30], nxt[30], tot=0, ans=0; int dfs(int i){ if(!dp[i]) return dp[i]; int res=0,idx=0; for(int…

    回复 0参与人数 1
  14. 发起讨论
    样例过了,测试点的结果也对,判断全部测试点都错,请帮忙

    ```cpp #include using namespace std; int n, a[30], dp[30], vis[30][30], nxt[30], tot=0, ans=0; int dfs(int i){ if(!dp[i]) return dp[i]; int res=0,idx=0; for(int…

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

    在讨论样例过了,提交是编译错误,请排忧解难回复:

    @[ainivolAGEM](luogu://user/551428)多谢
  16. 回复讨论

    在讨论样例过了,提交是编译错误,请排忧解难回复:

    @[_Cyclone_](luogu://user/1539207)多谢
  17. 发起讨论
    样例过了,提交是编译错误,请排忧解难

    ```cpp #include using namespace std; int n, a[30], dp[30], vis[30][30], next[30], tot=0, ans=0; int dfs(int i){ if(!dp[i]) return dp[i]; int res=0,idx=0; for(in…

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

    在讨论90分,求调。最好在源代码基础上修改回复:

    多谢了,已关注
  19. 发起讨论
    90分,求调。最好在源代码基础上修改

    ```cpp #include using namespace std; const int MAXN = 10005; const int MAXM = 105; const int MOD = 1000000007; int n, w; int a[MAXM]; long long memo[MAXM][MAXN]…

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

    在讨论dalao帮忙看看,第一个wa,最后一个tle了(悲)回复:

    寻找相同值时,还是一个一个找,就超时了 int obSearch(int q){ int left,right,mid; left=1; right=n; while(left =q){ right=mid; }else{ left=mid+1; } } if(a[left]==q) return left; else…
已经到最早的记录