吴凡

#175492

这名用户暂未设置签名。

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

历史用户名外显

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

  1. 吴凡
    最早追溯到 2025/07/23最后捕获于 2025/07/23

时间线

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

  1. 发起讨论
    请问!这会不会他的钱不够付?

    比如题目中的数据 ``` 5 31 1 2 8 4 16 ``` 如果m改成了100 ``` 5 100 1 2 8 4 16 ``` 他的钱不就不够了吗?

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

    在讨论为什么接水时间不算自己的?回复:

    可是为什么不算上自己的呀?第一次算错了
  3. 回复讨论

    在讨论为什么接水时间不算自己的?回复:

    (3\*2+4\*1)/3=3.33
  4. 发起讨论
    为什么接水时间不算自己的?

    如题 比如3个人的接水时间3 4 6 为什么是(3*2+4*1)/3=3.33而不是(3*3+4*2+6*1)/3=7.67?

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

    在讨论不懂错在哪,有没有人帮我看看?自己编译都是错的回复:

    错误在行末需要注意读取换行符,不然会被下一行的scanf读取掉会导致错误 ```cpp #include "stdio.h" #include "string.h" struct Dir{ int row,col; }dir[8]={ {-1,-1},{-1,0},{-1,1},{0,-1},{0,1},{1,-1},…
  6. 回复讨论

    在讨论求助,代码应该是挺清晰的,找不出错在哪回复:

    后来改对了,在一个地方算错掉调试出错误了 ```cpp #include "stdio.h" #include "string.h" bool isleapyear( int y ){ if( ( y%4==0 && y%100!=0) || y%400==0 ) return true; else return fa…
  7. 回复讨论

    在讨论excuse me?回复:

    @[野心qwq](/space/show?uid=96968) 对对对,错了错了,现在ac了,谢谢您!
  8. 回复讨论

    在讨论excuse me?回复:

    全wa!
  9. 发起讨论
    excuse me?

    ```cpp #include "stdio.h" int a[100005]; int main(){ int n,x; scanf("%d%d",&n,&x); for( int i=1; i x ){ ans+=a[1]-x; a[1]=x; } for( int i=2; i x ){ ans+=a[i]+a[…

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

    在讨论全RE了求助回复:

    @[abs001](/space/show?uid=98468) 以后会长记性了^&^
  11. 回复讨论

    在讨论全RE了求助回复:

    @[abs001](/space/show?uid=98468) 谢谢!!
  12. 回复讨论

    在讨论全RE了求助回复:

    解决了
  13. 发起讨论
    全RE了求助

    ```cpp #include "stdio.h" #include "string.h" int s[30][30][30]; long long w( long long a, long long b, long long c){ if( a 20 || b>20 ||c>20) return w( 20, 20…

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

    在讨论求助,代码应该是挺清晰的,找不出错在哪回复:

    @[皮皮鳝](/space/show?uid=115482) 那位大佬的思路确实非常妙
  15. 回复讨论

    在讨论求助,代码应该是挺清晰的,找不出错在哪回复:

    @[皮皮鳝](/space/show?uid=115482) 可是第一次做我一下子不会想到大佬那样的骚操作。。我觉得我这么写的是去枚举所有可能出现的特殊情况,但是不知道哪里疏忽了。我把1、3、5、7、8、10月和12月和闰年的二月和不是闰年的二月这九种情况用if else分别判断考虑了
  16. 发起讨论
    求助,代码应该是挺清晰的,找不出错在哪

    ```cpp #include "stdio.h" #include "string.h" bool isleapyear( int y ){ if( ( y%4==0 && y%100!=0) || y%400==0 ) return true; else return false; } bool isleapmon…

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

    在讨论P2010 回文日期 为何只有60分,蒟蒻求助回复:

    闰年的判断是if((n1%4==0 && n1%100!=0) || n1%400==0)吧?
  18. 回复讨论

    在讨论不懂错在哪,有没有人帮我看看?自己编译都是错的回复:

    @[Koakuma](/space/show?uid=82494) 可以编译和运行,但是结果是错的,我一直找不出代码哪儿写错了所以来这儿请教
  19. 回复讨论

    在讨论不懂错在哪,有没有人帮我看看?自己编译都是错的回复:

    ```cpp #include "stdio.h" #include "string.h" struct Dir{ int row,col; }dir[8]={ {-1,-1},{-1,0},{-1,1},{0,-1},{0,1},{1,-1},{1,0},{1,1} }; int n,m; char a[105][1…
  20. 发起讨论
    不懂错在哪,有没有人帮我看看?自己编译都是错的

    #include "stdio.h" #include "string.h" struct Dir{ int row,col; }dir[8]={ {-1,-1},{-1,0},{-1,1},{0,-1},{0,1},{1,-1},{1,0},{1,1} }; int n,m; char a[105][105]; in…

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