摘要:
1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 const int N=21; 7 struct node{ 8 int x,y,step; 9 }now,nxt; 10 queueq; 11 int n,m; 12 int a[N][N]; 13 int xd[4]={-1,0,... 阅读全文
摘要:
4906 删数问题 4906 删数问题 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 时间限制: 1 s 空间限制: 2000 KB 空间限制: 2000 KB 题目等级 阅读全文