遐思神游

#30550

这名用户暂未设置签名。

发帖
5
文章
0
互动
4
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. 遐思神游
    最早追溯到 2025/11/20最后捕获于 2025/11/20

时间线

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

  1. 发起讨论
    求助各位巨佬,为何WA 5个点

    思路:记忆化搜索 代码如下: ```cpp #include #include #include #include using namespace std; struct line{ int L,R,H; }f[1000000]; int n,max_fall; bool cmp(line f1,line f2){ i…

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

    在讨论TLE回复:

    在一位大佬的指点下改成了快读 依旧TLE QAQ ```cpp #include #include #include using namespace std; int a[3000000],al[3000000],head[1000010],an=0; int father[1000010][21],depth[100…
  3. 发起讨论
    TLE

    又是TLE 只好求助各位大佬 作为一个习惯了cin/cout的弱鸡,scanf/printf实在不熟一打就RE,我还是太菜了。 代码如下: ```cpp #include #include using namespace std; int a[1200000],al[1200000],head[500010],an=0…

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

    在讨论卡常 求大佬指点回复:

    @[多功能的荀彧](/space/show?uid=43931) 多谢大佬指教!
  5. 回复讨论

    在讨论卡常 求大佬指点回复:

    开O2 384ms 不开O2 5456ms ORZ
  6. 发起讨论
    卡常 求大佬指点

    GG 代码如下: ```cpp #include #include using namespace std; int head[330000],a[410000],aw[410000],al[410000]; bool visit[330000]; const int maxn=2147483647; int dis[…

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

    在讨论诸位硕佬们帮帮忙!60分求解回复:

    好吧 插入代码不知道为什么插成这样233 各位硕佬帮帮忙 代码如下: ```cpp #include #include using namespace std; int w[200005][4],v[200005][4]; int an=0; int m,n; int dp[200005]; int main(){ m…
  8. 发起讨论
    诸位硕佬们帮帮忙!60分求解

    ```cpp #include #include using namespace std; int w[200005][4],v[200005][4]; int an=0; int m,n; int dp[200005]; int main(){ memset(w,0,sizeof(w)); memset(v,0,si…

    回复 3参与人数 3
  9. 发起讨论
    说好的文件输入呢?????

    fin过不了。。。改cin就可以了。。。233.。。。

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