摘要: #include<iostream> #include<stdio.h> #include<string.h> using namespace std; int dp[7][7]; int ans=0; int dx[]={-1,1,0,0}; int dy[]={0,0,-1,1}; bool v 阅读全文
posted @ 2020-11-01 21:13 sqsq 阅读(174) 评论(0) 推荐(0) 编辑