这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp#include #include #include using namespace std; const int INF=1000010; const int MAXN=4010; int f[MAXN][MAXN]; int a[MAXN][MAXN]; int n,m,ans=INF; int mai…
在讨论《萌新求教...得了20分...其它点全T了...QAQ》回复:
@[梓逸](/space/show?uid=61203) 已经AC了!!谢谢dalao!!
在讨论《萌新求教...得了20分...其它点全T了...QAQ》回复:
@[梓逸](/space/show?uid=61203) 我这样写好像不影响多少复杂度啊...orz...
在讨论《萌新求教...得了20分...其它点全T了...QAQ》回复:
freopen在评测的时候已经注释掉了...所以dalao们可以不用管内个东西...orz...
```cpp #include #include #include using namespace std; typedef long long ll; const int MAXN=200001; ll ans[4*MAXN],a[MAXN]; int n=0,m; ll mod,result; void build…
在讨论《写挂了...求dalao康康...orz...》回复:
@[Black_Gzombie](/space/show?uid=116592) 交的时候注释了...
```cpp #include #include #include using namespace std; typedef long long ll; const int MAXN=100001; int n,m; ll a[MAXN],ans[4*MAXN],tag[4*MAXN]; void build(int…
```cpp #include #include #include #include #include using namespace std; const int MAXN=1001; typedef pair pr; priority_queue ,greater >q; int dist[MAXN]; bool…
```cpp #include #include #include using namespace std; const int MAXN=505; int a[MAXN][MAXN]; int c[MAXN]; int ans,sum,minn,n,f,m; void floyd() { for(int i=1;i…
```cpp #include #include #include using namespace std; typedef long long ll; const int MAXN=1e5+1; ll low[MAXN],a[MAXN]; int n,k,ans=0; struct node { int fa; in…
在讨论《蒟蒻求助...WA了两个点...orz》回复:
@[一之濑琴美](/space/show?uid=72408) 谢谢!!!!orz...
在讨论《蒟蒻求助...WA了两个点...orz》回复:
@[一之濑琴美](/space/show?uid=72408) 那需要怎么做啊...
```cpp #include #include #include #include using namespace std; const int MAXN=1e8+1; int isprime[MAXN]; int n,m; int main() { //freopen("text.in","r",stdin); /…
在讨论《dalao帮看一下QAQ,WA了第二个点。。。》回复:
@[nenugdi](/space/show?uid=126929) 对不起!!!AC了。。。orz。。
在讨论《dalao帮看一下QAQ,WA了第二个点。。。》回复:
@[nenugdi](/space/show?uid=126929) 等于n会WA的。。
在讨论《dalao帮看一下QAQ,WA了第二个点。。。》回复:
@[白烛葵](/space/show?uid=104710) 谢谢!!!!orz!!!
在讨论《dalao帮看一下QAQ,WA了第二个点。。。》回复:
@[白烛葵](/space/show?uid=104710) 对不起。。蒟蒻码风很差OTZ。。
``` #include #include #include #include using namespace std; const int MAXN=2001; int n,m,ans=0,d=0; int f[MAXN][MAXN]; int book[MAXN][MAXN]; int cnt[5000001]={…
在讨论《求dalao帮看一下,最后两个点WA了QAQ》回复:
@[童年如作业](/space/show?uid=53695) 谢谢!!!!已经AC了!!!orz!!!
``` #include #include using namespace std; const int MAXN=2000001; typedef long long ll; int n; ll s,ans=0; struct node { ll w; ll num; }a[MAXN]; bool cmp(node…
在讨论《QAQ dalao帮看看啊。。》回复:
@[氢氧化钙、](/space/show?uid=40997) 谢谢(*°∀°)=3!!orz!!
在讨论《QAQ dalao帮看看啊。。》回复:
有两个点没过QAQ
```cpp #include #include #include using namespace std; const int MAXN=1001; double answer; int ans=0,n; int sum[MAXN]; struct node { int w; int xu; }a[MAXN]; bo…
在讨论《萌新0分,求dalao康康...》回复:
@[肥蛇怪](/space/show?uid=50495) 谢谢!!!!
```cpp #include #include #include #include #include using namespace std; const int MAXN=1e6+1; vector G[MAXN]; int fa[MAXN][22],depth[MAXN],ou[MAXN]; bool vist[…
#include #include #include using namespace std; int sum=0,n,m; int f[41][41]; int check(int p,int q) { int x[5]={0,-1,0,1,0}; int y[5]={0,0,1,0,-1}; int s=0,fla…
在讨论《84分 ??Too mang or too few lines 》回复:
那么到底是什么问题呢。。
wtf,为什么我在vijos上面能过这里就WA。。 '' ```cpp #include #include #include using namespace std; int x1[9]={0,-1,-2,-2,-1,1,2,2,1}; int y1[9]={0,2,1,-1,-2,-2,-1,1,2}; int f[…