摘要: 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,... 阅读全文
posted @ 2017-04-24 20:19 ioioioioioio 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 4906 删数问题 4906 删数问题 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 时间限制: 1 s 空间限制: 2000 KB 空间限制: 2000 KB 题目等级 阅读全文
posted @ 2017-04-24 19:22 ioioioioioio 阅读(168) 评论(0) 推荐(0) 编辑