这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《聊聊动态规划与记忆化搜索》发表评论:
luogu垃圾
#include using namespace std; int n; char a[100][100]; int b[100][100],d[100][100],s[100][100]; int dx[9]={-1,-1,-1,0,0,1,1,1}; int dy[9]={0,-1,1,-1,1,-1,0,1};…
#include using namespace std; int n; char a[100][100]; int b[100][100],d[100][100],s[100][100]; int dx[9]={-1,-1,-1,0,0,1,1,1}; int dy[9]={0,-1,1,-1,1,-1,0,1};…