c#include <bits/stdc++.h> using namespace std; void bfs(); int board[301][301]; int L, N, fromX, fromY, toX, toY; int dx[8]
#include <bits/stdc++.h> using namespace std; void bfs(); int board[301][301]; int L, N, fromX, fromY, toX, toY; int dx[8]