都是傻逼
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《DFS玄学剪枝80分WA求助》回复:
```cpp #include #include #include #include using namespace std; const int maxn=3005; const int inf=0x3f3f3f3f; int dis0[maxn],dis1[maxn],dis2[maxn],s1,s2,t1,t2;…
在讨论《DFS玄学剪枝80分WA求助》回复:
我BFS只用了60行
```cpp #include using namespace std; int n,m,i,j,y; char a[30][30]; string x,ans="{"; int main() { cin>>n>>m; for(int i=0; i >a[i][j]; } } for(int i=1; i 'a'&&a…
在讨论《洛谷日报历年文章关键词》回复:
qp
在讨论《【喜报】进省队 55 人!洛谷计划学员厉害!》回复:
我们四川一个人也没进
在讨论《这个代码为什么过不了啊?》回复:
谢谢
```cpp #include #include using namespace std; struct node { int x,y,v; } edge[200005]; int pa[200005]; bool cmp(node x,node y) { return x.v >n>>m>>k; init(n); f…
在讨论《floyed RE求解》回复:
@[ydq1101](/user/672281) 谢谢
在讨论《floyed RE求解》回复:
@[ydq1101](/user/672281) 那为什么数据对我不水啊?
在讨论《floyed RE求解》回复:
@[ydq1101](/user/672281) 我朋友floyed开了O2后也可以过啊?[https://www.luogu.com.cn/record/107716166](结果)
在讨论《floyed RE求解》回复:
@[ydq1101](/user/672281) 啥意思啊?
```cpp #include using namespace std; const int maxn=1e3+10; int a[maxn][maxn],n,m; int main(){ ios::sync_with_stdio(0); for(int i=1;i >n>>m; for(int i=1;i >u>>v…
```cpp #include #include #include using namespace std; int n,m,fa[200],b[200]; struct node { int x,y; } a[5010]; inline bool cmp(node x,node y) { if(x.x==y.x) {…
```cpp #include #include using namespace std; int getnum(char c) { if(c>='a'&&c >n; for(int i=1; i >a>>b>>d; a1=int(a),b1=int(b); if(a1>='A'&&a1 ='A'&&b1<='Z'){…
在讨论《题解里的这句话是什么意思啊?》回复:
@[__LYY_p](/user/283255) 谢谢
在讨论《题解里的这句话是什么意思啊?》回复:
@[__LYY_p](/user/283255) 啥意思啊?
```cpp #include #include using namespace std; const int maxn=0x3f3f3f3f; struct Edge { int son,father,dis; } edge[1000000]; int head[20000],cnt,ans[20000]; bool…
在讨论《为啥编译失败了啊?(悬关注)》回复:
ありがとうございます。 已关注
```cpp #include using namespace std; const long long N=1e5+10,INF=1e8+1010; long dis[N],mp[N][N],v[N],n,m,s; void dijkstra(int s) { memset(dis,INF,sizeof(dis));…
在讨论《蒻芨求助!为什么Bellman_ford全RE了?》回复:
@[Eznibuil](/user/335096) 还是RE了。我们教练让我们练习一下
```cpp #include using namespace std; const int M=1e4+10,N=1e4+10; int n,m,s; long long dis[N],u[M],v[M],w[M],cnt=1; long long Bellman_ford(int s,int t) { memset…
在讨论《说句闲话:研究珂学的最好方法是》回复:
考古
在讨论《0分求解》回复:
@[masonpop](/user/614725) 啥意思啊?是不是```cpp logn[i]=logn[i>>1]+1; ```
```cpp #include using namespace std; const int LN=20; const int N=1e6+10; int logn[N]= {-1}; int a[N]; int f[N][LN]; int m,n; int query(int l,int r) { int x=log…
```cpp #include #include using namespace std; int n, k; int main() { ios::sync_with_stdio(0); cin >> n >> k; int x, y, xx, yy, a[n + 2][n + 2] = {0}; for (int i…
```cpp #include #include using namespace std; const int inf = 99999999; #define maxn 100 int p, dis[maxn], tu[maxn][maxn], vis[maxn]; char str; void de(int x, i…
```cpp #include using namespace std; const int maxn = 10000000; long long n, a[maxn], b[maxn], c[maxn], p, q; int main() { ios::sync_with_stdio(0); cin >> n; fo…
在讨论《快8千万次评测了》回复:
什么是RT?
在讨论《来自蒟蒻的提问》回复:
能发张截图吗?