十年OI一场空,不开longlong见祖宗
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int n,x,y,b[1000005],mind=100000000,d,s,h,dd,ddd; int main(){ cin>>n; for(int i=1;i >x>>y; b[x+1]++; b[y+1]--; if(x d) d=y;…
在讨论《10分 不知如何去重边 ~>_<~》回复:
@[北斗七星](luogu://user/235073)谢谢帮助!自己已经过了
```cpp #include using namespace std; int k,m,n,cnt,head[20005],dist[20005],a[20005]; bool vis[20005]; struct node { int to,val,next; } edge[80005]; void add(int…
```cpp #include using namespace std; int k,m,n,cnt,head[20005],dist[20005],a[20005]; bool vis[20005]; struct node { int to,val,next; } edge[80005]; void add(int…
```cpp #include using namespace std; struct node{ int v,w; }; vector e[5005]; long long n,m,s,x,y,w,d[5005],f[5005][5005]; bool b[5005]; int main() { cin>>n>>m>…
在讨论《大佬求调,蒟蒻求助!~>_<~》回复:
//70分 ```cpp #include using namespace std; struct node{ int v,w; }; vector e[INT_MAX]; long long n,m,s,x,y,w,d[5005],f[5005][5005]; bool b[5005]; int main() { c…
在讨论《大佬求调,蒟蒻求助!~>_<~》回复:
@[zhongxicheng](luogu://user/892461)已经改成这样了,70分。谢谢帮助
在讨论《大佬求调,蒟蒻求助!~>_<~》回复:
@[iamsh](luogu://user/656427)原来如此!我以为是双向图
在讨论《大佬求调,蒟蒻求助!~>_<~》回复:
@[May_to_July](luogu://user/1007879)谢谢,懂了!
```cpp #include using namespace std; int n,m,s,x,y,w,d[5005],f[5005][5005]; bool b[5005]; int main() { cin>>n>>m>>s; for(int i=1; i >x>>y>>w; f[x][y]=w; f[y][x]…
样例过了……0分……唉…… ```cpp #include using namespace std; int n,m,qx[1000001],qy[1000001],a[100001],x,y,d; char b[1001][1001]; int dx[5]= {0,0,-1,0,1},dy[5]= {0,-1,0,1…
在讨论《救救我!50分》回复:
@[ycyjx](luogu://user/1333396)@[ycyjx](luogu://user/1333396)已关
在文章《题解:P1029 [NOIP 2001 普及组] 最大公约数和最小公倍数问题》发表评论:
易理解!
在文章《题解:P1029 [NOIP 2001 普及组] 最大公约数和最小公倍数问题》发表评论:
挺好
在讨论《对冗杂的题面作了修缮》回复:
@[DreamSoarUpward](luogu://user/600442)不用改了!本题是有些难度的……
在讨论《大佬们,求讲解,我是新手》回复:
@[Fractured_Angel](luogu://user/837888) 啊?!!!
在讨论《建议绛红》回复:
@[haley001](luogu://user/1401678) 莫等闲,得了WA之名,空悲切!!!
在讨论《样例全对,50分 蒟蒻求援》回复:
```cpp #include using namespace std; int m=0,i=0,h,c,d,u=0,k=0,x,y,q=0,f=0; string s="",st; int main() { while(cin>>st) s+=st; m=s.size(); h=s.find('?'); d=s.fi…
在讨论《样例全对,50分 蒟蒻求援》回复:
谢谢各位回复,自己过了!
在讨论《样例全对,50分 蒟蒻求援》回复:
在线扽代码
在讨论《样例全对,50分 蒟蒻求援》回复:
@[dendky](luogu://user/1365127) 改了后60
```cpp #include using namespace std; int m=0,i=0,h,b,c,d,u=0,k=0,x,y,q=0; string s; int main(){ getline(cin,s); m=s.size(); h=s.find('?'); d=s.find('='); if(s.f…
在讨论《救救我!50分》回复:
┭┮﹏┭┮
```cpp #include using namespace std; int n,m,a[2002][2002]; int xi,xj,yi,yj,x,y,h,s; int main() { cin>>n>>m; for(int i=1; i >xi>>yi>>xj>>yj; } for(int k=1; k >x…
```cpp #include using namespace std; int main(){ int a,b,c,d,e,s=0; cin>>a>>b>>c>>d>>e; a=a/3; s=s+a%3; e=e+a/3; b=b+a/3; b=b/3; s=s+b%3; a=a+b/3; c=c+b/3; c=c/…
在讨论《规律是嘛???》回复:
@[水星湖](/user/974277) 哦