W

Wangtsjo

#631896

真是走了好远的一段路啊。

发帖
11
文章
0
互动
15
陶片
0
获赞
0
收藏
0

历史用户名外显

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

  1. Wangtsjo
    最早追溯到 2023/10/22最后捕获于 2025/11/15

时间线

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

  1. 发起讨论
    求助!!!

    ``` #include using namespace std; int n,k,t; struct node{ int v,next; }ed[200010]; int head[100010],cnt=0; int st[100010]; int ans=0; inline void add(int u,int…

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

    在讨论明天复赛奥利给!!!回复:

    借你吉言
  3. 发起讨论
    线段树 WA求调

    ## 线段树又调不出来了(哭) ```cpp #include using namespace std; typedef long long ll; const int N=1e5+10; struct node{ int l,r;ll sum; int add,mul; }t[N >1; build(q r) ret…

    回复 0参与人数 1
  4. 评论文章
  5. 回复讨论

    在讨论菜鸡40分求助(P8818策略游戏)回复:

    @[AllureLove2410](/user/556455) 谢谢大佬,已经过了orz
  6. 回复讨论

    在讨论菜鸡40分求助(P8818策略游戏)回复:

    @[AllureLove2410](/user/556455) 第三组变成0了(正在调,谢谢佬)
  7. 回复讨论

    在讨论菜鸡40分求助(P8818策略游戏)回复:

    @[AllureLove2410](/user/556455) 前面把for循环到m写成for循环到n了(修改之后多了5分)
  8. 发起讨论
    菜鸡40分求助(P8818策略游戏)

    ```cpp #include #define int long long using namespace std; inline int read(){ int x=0,f=1;char ch=getchar(); while(ch>'9'||ch ='0'&&ch >1]+1; for(int i=1;i<=n;i…

    回复 6参与人数 6
  9. 发起讨论
    求助大佬,P1016求调

    # 贪心 样例输出 33.32 ## 感谢大佬 ```cpp #include using namespace std; typedef double dou; dou c,d1,d2;//同题意 dou dis;//油箱满时能行驶的距离 dou ans=0.0; int n; dou nc=0.0;//现在油量 st…

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

    在讨论大佬救命,线段树代码求调回复:

    @[luckyforzyj](/user/677798) 谢谢大佬
  11. 发起讨论
    大佬救命,线段树代码求调

    ## 看不出来为什么错了 输出 20 25 ```cpp #include using namespace std; typedef long long ll; const int N=1e5+10; struct node{ int l,r;ll sum; ll mul,add; }t[N >1; build(q r…

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

    在讨论求助大佬输入问题回复:

    @[bamboo123](/user/369181) 谢谢谢谢
  13. 回复讨论

    在讨论求助大佬输入问题回复:

    我是傻逼(谢谢宁)
  14. 回复讨论

    在讨论求助大佬输入问题回复:

    @[bamboo123](/user/369181) 表示尊敬()
  15. 发起讨论
    求助大佬输入问题

    ## 我想不明白为什么会多一行输入 ## 挑不出什么毛病了,但输入就是会莫名其妙的多一行,如果把最后多出来的一行输入胡乱输进去,会报错((((((()))))))) ```cpp #include using namespace std; vector son[16010]; int n,a[16010],dp[160…

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

    在讨论菜鸡求助大佬回复:

    2,7,9,10点错了
  17. 发起讨论
    菜鸡求助大佬

    ## 感觉自己写的没有什么错误,大佬求调() ## ```cpp #include using namespace std; int x1,yy1,x2,yy2; int n,r1=0,r2=0; int bo[100008][2]; void dis1(int x,int y,int z) { bo[z][0]=(x…

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

    在讨论蒟蒻求救:出现了奇怪的定义错误回复:

    @[cfkk](/user/360273) 我刚刚发现没想到已经给我回帖了,谢谢大佬(流泪)
  19. 回复讨论

    在讨论蒟蒻求救:出现了奇怪的定义错误回复:

    大佬不用看了,我忘了加```using namespace std``` (蒟蒻流泪) 但它为什么会只报max的错误?
  20. 发起讨论
    蒟蒻求救:出现了奇怪的定义错误

    ## 今天一如往常在撸题 ## 终于想出思路了,快打出来 然后。。 ```cpp #include int n,m; int a[400],b[10]; int dp[50][50][50][50]; int main() { memset(b,0,sizeof(b)); scanf("%d%d",&n,&m); fo…

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

    在讨论为什么定义变量不能用y1?(蒟蒻求助)回复:

    谢谢谢谢大佬(给挑挑代码错误也可以)(得寸进尺)
  22. 发起讨论
    为什么定义变量不能用y1?(蒟蒻求助)

    ## 今天一如既往的在A题 ## 然而出了关于变量的定义出了一点点小问题 请看代码: ```cpp #include using namespace std; int x1,y1,x2,y2;//这里定义变量y1报错了 int n,r1=0,r2=0; int bo[100008][2]; void dis1(int…

    回复 8参与人数 8
  23. 回复讨论

    在讨论归并排序全wrong求助回复:

    会了会了谢谢还没看的大佬()
  24. 发起讨论
    归并排序全wrong求助

    ## 求助全wrong ```cpp #include #include #include #include #include #include #include using namespace std; const int mod=99999997; long long n,ans=0; long long x[10…

    回复 1参与人数 1
  25. 回复讨论

    在讨论2,10RE,7,8,9WA50分求助!回复:

    @[hhdxgd](/user/438544) 我的问题()
  26. 发起讨论
    2,10RE,7,8,9WA50分求助!

    #求助!为什么有两个RE和三个WA ```cpp #include #include #include #include #include #include #include #include using namespace std; deque q; long long a[100009],n,k; int main…

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