塞翁失马 焉知非福
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《80分求调教》回复:
@[shimizu_kiouka](luogu://user/1372117) 谢谢你
在讨论《80分求调教》回复:
@[shimizu_kiouka](luogu://user/1372117) 有没有其他的方法
```cpp #include using namespace std; bool o=1; int n,l; int a[2][2000005]; int main() { cin>>n>>l; for(int i=1;i >a[0][i]; } int m=n; for(int i=1;i<=l;i++,m--,o…
```cpp #include using namespace std; const int INF=0x3f3f3f3f; int n,m,s,u,v,w; int a[10005][10005]; int bc[10005]; bool bj[10005]; void dijsktra(int start,int…
在讨论《哥 救救我 20分 其他错了》回复:
求调
```cpp #include using namespace std; int n,m,x,y,f; vector a[1000005]; queue q; bool b[1000005]; void dfs(int s) { if(!a[s].empty()) { sort(a[s].begin(),a[s].en…
在讨论《求救 思路感觉还行 样例也过了,但是交上去零蛋》回复:
@[lijingshu_304775](/user/1019968) 哥改了还是不对 而且5.11可以直接 数组名={}来初始化 你看看思路怎么样
``` #include using namespace std; int n,m,k,sum,ans=1; int main() { cin>>n>>m; int a[n+2][m+2][3]={},c=1,o=1; for(int i=1;i >a[i][j][1]>>a[i][j][2]; cin>>k; k++…