这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
这两份代码,为什么一份过了,一份没过```cpp #include #include #define IOS std::ios::sync_with_stdio(false);std::cin.tie(nullptr);std::cout.tie(nullptr); #define all(x) (x).begin()…
Wrong Answer.wrong answer On line 1 column 1, read (ASCII -30), expected -.这是什么意思??[评测记录](https://www.luogu.com.cn/record/177665722)
```cpp #include #include #define IOS std::ios::sync_with_stdio(false);std::cin.tie(nullptr);std::cout.tie(nullptr); #define all(x) (x).begin(),(x).end() #define…
在讨论《60pts求助》回复:
题目是"如果绝对值相等,则编号较小的灰阶更近",你这是"如果绝对值相等,则灰阶值较小的灰阶更近"
有没有大佬懂Pollard_Rho算法的,帮我看下这样为什么超时,我开了long long的(常规方法我知道,就想知道为什么Pollard_Rho算法过不了). ------------ ```cpp #include using namespace std; typedef long long LL; #define…
在讨论《树剖求助,37pts》回复:
```cpp #include #define qwe(i,a,b) for(int i=a;i G[N]; LL n,m,q,p; vector val; LL dfn[N],fa[N],son[N],top[N],dep[N],siz[N],rm[N]; LL tag[N],sum[N]; int cnt; voi…
树剖求助,37pts```cpp #include #define qwe(i,a,b) for(int i=a;i G[N]; LL n,m,q,p; vector val; LL dfn[N],fa[N],son[N],top[N],dep[N],siz[N],rm[N]; LL tag[N],sum[N]; in…
在讨论《一个很好的测试用例》回复:
题目意思好像是必须从大到小采,而不是规定时间内任意顺序能采摘的最大值