这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
我看这题类似最短路打了个最短路后反过来的 ```cpp #include using namespace std; struct node{ int x,y,z; }e[500005]; int anc[1510]; int n,m; int ans=0,cnt=0; bool cmp(node a,node b){…
在讨论《20pts玄关求条》回复:
@[Dark_Crown](luogu://user/816937) 感谢感谢(* ̄︶ ̄)
自我感觉跟一些题解除了变量名和函数外感觉一样但不知道为什么就过了S1的#1-#4,求调求调 ```cpp #include using namespace std; int n,m,k; struct node{ int x,y,l; }e[10005]; int ans=0,cnt=0; int anc[1005];…
在文章《某帅气的哥群周刊第七刊》发表评论:
qp
在讨论《18分求调》回复:
@[Sgt_](luogu://user/1223722)谢谢大佬,关的关的
在讨论《18分求调》回复:
@[Peruere_Arlecchino](luogu://user/1726504) 嗯好,谢谢大佬)(-v-)
在讨论《18分求调》回复:
现在改了下数组大小成25分了
### 小的样例是可以过的 ###### (毕竟就一个样例,但输出x,y,t即位置和步数和题目提示一样) 谢谢大佬 ```cpp #include using namespace std; char ch[205][305]; int n,m,r,c; bool vis[205][305],cnt[26]; int z…