这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
为啥wa了 ``` #include using namespace std; struct sd{ vector fa; int num,id; long long ans; }node[100005]; int n,m,a,b,du[100005],now; long long res; queue q; int…
哪里错了? ``` #include using namespace std; struct sd{ int data,num; }in[15][2050]; int n,m,two[15],cnt,sum[15][100],dp[205][205][205],inv[105],max_ans; char s[105]…
``` #include using namespace std; typedef pair > pii; struct Edge{ int next,v,w; }e[100005]; int tot,n,m,k,s,t,a,b,c,v,now,head[10005],dis[10005][15]; bool vis[…
``` #include using namespace std; struct Edge{ int u,v,next; }e[200005]; int n,m,tot,x,y,head[20005],ans=0,num[20005],low[20005],ind; bool vis[20005]; inline vo…
``` #include using namespace std; typedef pair pii; struct Edge{ int v,w,next; }e[1000005]; int tot,n,m,head[1005],x,y,z,dis[1005],u,d[1005]; bool book[1005],ch…
``` #include using namespace std; struct sd{ int c,p,l; }person[20]; int n,limit; void exgcd(int a,int b,int &d,int &x,int &y) { if(b==0) {d=a;x=1;y=0;} else{ e…
在讨论《求助!!!哪里wa了??》回复:
@[violinwang](/space/show?uid=76204) 麻烦帮我看一下注释掉的和下边的有什么区别? 这个是100,注释里的是96
在讨论《求助!!!哪里wa了??》回复:
``` #include using namespace std; int n,m,v,e,a,b; int c[2005],d[2005]; double dis[2005][2005],k[2005],dp[2005][2005][3],ans=9999999999999,w; void init() { mems…
``` #include using namespace std; int n,m,v,e,a,b; int c[2005],d[2005]; double dis[305][305],k[2005],dp[2005][2005][2],ans=9999999999999.00000,w; void init() {…
在讨论《请大佬看一下哪里wa了》回复:
@[violinwang](/space/show?uid=76204) ``` #include using namespace std; int n,m,v,e,a,b; int c[2005],d[2005]; double dis[305][305],k[2005],dp[2005][2005][2],ans=…
``` #include using namespace std; int n,m,v,e,a,b; int c[2005],d[2005]; double dis[305][305],k[2005],dp[2005][2005][2],ans=9999999999999.00000,w; void init() {…
在讨论《这题怎么做???》回复:
@[songhaoran](/space/show?uid=80679) 这题哪里有题解??
怎么优化!!! ``` #include using namespace std; int n,m,ans=999999; int solve[25]; int max_s(int left,int f,int bl) { for(int i=1;i<f;++i) left-=solve[i]; if(left<sol…
在讨论《玄学题》回复:
不对,是A4个
在讨论《玄学题》回复:
我倒搜T4个!!!
在讨论《2018俄罗斯足球世界杯讨论专区》回复:
比利时 法国 2 : 0
在讨论《2018俄罗斯足球世界杯讨论专区》回复:
支持巴西&&俄罗斯&&乌拉圭&&英格兰
在讨论《2018俄罗斯足球世界杯讨论专区》回复:
@fbhou克罗地亚应该不会为了阿根廷而故意放水的,能进世界杯的队肯定都会认真对待每一场比赛
在讨论《2018俄罗斯足球世界杯讨论专区》回复:
这样阿根廷就出线了
在讨论《2018俄罗斯足球世界杯讨论专区》回复:
希望克罗地亚5:0冰岛,阿根廷5:0尼日尼亚。
在讨论《问题!!!》回复:
已经不用了
做过的大佬,这道题哪里容易wa? 代码哪里有问题: ```cpp #include using namespace std; struct sd{ int num,maxx[2],way[2]; vector son; }work[205]; int n,cnt; map box; string s1,s2; void…
哪里有问题: ```cpp #include using namespace std; struct sd{ int num,maxx[2],way[2]; vector son; }work[205]; int n,cnt; map box; string s1,s2; void dp(int x) { if(wor…
这道题有什么陷阱吗? 代码哪里有问题: ```cpp #include using namespace std; struct sd{ int num,maxx[2],way[2]; vector son; }work[205]; int n,cnt; map box; string s1,s2; void dp(in…
在讨论《求翻译》回复:
@[Tony_Ni](/space/show?uid=86250) 样例的第三组解释一下
这种方法,还能优化吗,最后一个点TLE,第九个点880ms(没T), ```cpp #include using namespace std; int n,m,ans; int fish[2505][2505],eat[2505][2505]; int front[2505][2505],up[2505][2505],…