if(x==i)
{ tot=tot+j-y; p=false; } else { tot=tot+r-y; y=r; u++; } if(p) if(y==j) { tot=tot+i-x; p=false; } else { tot=tot+d-x; x=d; r--; } if(p) if(x==i) { tot=tot-j+y; p=false; } else { tot=tot+y-l; y=l; d--; } if(p) if(y==j) { tot=tot-i+x; p=false; } else { tot=tot+x-u; x=u; l++; }
题目 1811 [NOIP 2014PJ]螺旋矩阵
2016-10-11 20:45:28
|
|
30行模拟
题目 1811 [NOIP 2014PJ]螺旋矩阵
2015-10-14 10:22:18
|
|
题目 1811 [NOIP 2014PJ]螺旋矩阵
2015-02-11 21:45:59
|
|
|
|
这题库好奇葩,非得每道题的文件名都不同,难道不应该优先考虑竞赛原题的文件名一致么。。。
|
|
|
|
找规律吧
|