洛谷P1019 单词接龙题解(超详细注释)

https://www.luogu.org/problem/P1019html #include<cstdio> #include<cstring> #include<iostream> using namespace std; char s[50][15]; int check(int x,int y) { for(int i=strlen(s[x])-1;i>=0;i--)//从后往前比,这样
相关文章
相关标签/搜索