时间会证明一切
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助》回复:
已过,m<0时要直接break
在讨论《记忆化搜索一种写法40,一种写法AC,有人能解释下吗》回复:
已经想出,此贴已结,读题没认真看是将剩下的2份中的一份继续进行分割
在讨论《记忆化搜索一种写法40,一种写法AC,有人能解释下吗》回复:
这里有组数据这两种写法答案不同,但是不知道为什么 ``` 4 5 3 1 1 1 1 3 5 3 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 3 5 3 1 1 1 1 3 5
在讨论《记忆化搜索一种写法40,一种写法AC,有人能解释下吗》回复:
define int long long了前面
在讨论《记忆化搜索一种写法40,一种写法AC,有人能解释下吗》回复:
注释掉的代码是40分,下面没注释的代码是AC代码
``` #include #include #include #include #include #include #include #include #include #include using namespace std; template inline void cmax(T& a,const T& b){a…
在讨论《二维前缀和70分求助》回复:
离散化了之后不能在+=2去枚举点了,只能++