马的遍历
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
有一个 的棋盘,在某个点 上有一个马,要求你计算出马到达棋盘上任意一个点最少要走几步。
输入格式
输入只有一行四个整数,分别为 。
输出格式
一个 的矩阵,代表马到达某个点最少要走几步(不能到达则输出 )。
3 3 1 1
0 3 2
3 -1 1
2 1 4
提示
数据规模与约定
对于全部的测试点,保证 ,。